try to fix after_party on deploy
This commit is contained in:
parent
ef10a378a4
commit
0e2b7ec6e1
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ namespace :rails do
|
|||
task :after_party do
|
||||
queue %{
|
||||
echo "-----> Running deploy tasks"
|
||||
#{echo_cmd %[bin/rake after_party:run]}
|
||||
#{echo_cmd %[bundle exec rake after_party:run]}
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue