Try to run after_party as rake task
This commit is contained in:
parent
22c132febe
commit
d93f696935
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ task :deploy => :environment do
|
||||||
invoke :'bundle:install'
|
invoke :'bundle:install'
|
||||||
invoke :'yarn:install'
|
invoke :'yarn:install'
|
||||||
invoke :'rails:db_migrate'
|
invoke :'rails:db_migrate'
|
||||||
invoke :'rails:after_party:run'
|
invoke :'rake[after_party:run]'
|
||||||
invoke :'rails:assets_precompile:force'
|
invoke :'rails:assets_precompile:force'
|
||||||
|
|
||||||
to :launch do
|
to :launch do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue