Test deploy script fix

This commit is contained in:
Martin Lensment 2014-12-16 16:15:16 +02:00
parent 29b8314054
commit 6823832eaf
2 changed files with 3 additions and 2 deletions

View file

@ -86,7 +86,9 @@ task deploy: :environment do
invoke :'rails:db_migrate'
invoke :'rails:assets_precompile'
invoke :'whenever:update'
invoke :restart
to :launch do
invoke :restart
end
end
end