added robot script

This commit is contained in:
Priit Tamboom 2014-09-30 12:13:02 +03:00
parent 14f9304c6d
commit 0ba2b29a75
3 changed files with 31 additions and 1 deletions

View file

@ -56,7 +56,7 @@ task setup: :environment do
queue! %(chmod g+rx,u+rwx "#{deploy_to}/shared/public/system")
queue! %(touch "#{deploy_to}/shared/config/database.yml")
queue %(echo '-----> Be sure to edit 'shared/config/database.yml'.')
queue %(echo '-----> Be sure to edit 'shared/config/database.yml'.')
end
desc 'Deploys the current version to the server.'