mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
Test deploy script fix
This commit is contained in:
parent
29b8314054
commit
6823832eaf
2 changed files with 3 additions and 2 deletions
|
@ -25,7 +25,6 @@
|
|||
%td= link_to(x, [:admin, x])
|
||||
%td= x.email
|
||||
%td= x.identity_code
|
||||
%td= x.admin
|
||||
.row
|
||||
.col-md-12
|
||||
= paginate @users
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue