try to fix after_party on deploy

This commit is contained in:
Paul Chavard 2018-08-30 12:51:28 +01:00
parent ef10a378a4
commit 0e2b7ec6e1

View file

@ -115,7 +115,7 @@ namespace :rails do
task :after_party do task :after_party do
queue %{ queue %{
echo "-----> Running deploy tasks" echo "-----> Running deploy tasks"
#{echo_cmd %[bin/rake after_party:run]} #{echo_cmd %[bundle exec rake after_party:run]}
} }
end end
end end