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

@ -25,7 +25,6 @@
%td= link_to(x, [:admin, x]) %td= link_to(x, [:admin, x])
%td= x.email %td= x.email
%td= x.identity_code %td= x.identity_code
%td= x.admin
.row .row
.col-md-12 .col-md-12
= paginate @users = paginate @users

View file

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