Try to run after_party as rake task

This commit is contained in:
Paul Chavard 2018-10-04 20:42:17 +02:00
parent 22c132febe
commit d93f696935

View file

@ -116,7 +116,7 @@ task :deploy => :environment do
invoke :'bundle:install'
invoke :'yarn:install'
invoke :'rails:db_migrate'
invoke :'rails:after_party:run'
invoke :'rake[after_party:run]'
invoke :'rails:assets_precompile:force'
to :launch do