We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2d5b50 + 0cfb5d6 commit ed5c01fCopy full SHA for ed5c01f
data/deploy.rb
@@ -45,7 +45,7 @@
45
queue! %[chmod g+rx,u+rwx "#{deploy_to}/shared/config"]
46
47
queue! %[touch "#{deploy_to}/shared/config/database.yml"]
48
- queue %[-----> Be sure to edit 'shared/config/database.yml'.]
+ queue %[echo "-----> Be sure to edit 'shared/config/database.yml'."]
49
end
50
51
desc "Deploys the current version to the server."
0 commit comments