From d93f69693581075d37a095b82ee82a897060ad23 Mon Sep 17 00:00:00 2001 From: Paul Chavard Date: Thu, 4 Oct 2018 20:42:17 +0200 Subject: [PATCH] Try to run after_party as rake task --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 3ceb8ce45..fa18dffb9 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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