deploy order
This commit is contained in:
parent
a3061eb583
commit
418261ce8f
@ -26,8 +26,8 @@ set :use_sudo, false
|
||||
set :ssh_options, {:forward_agent => true}
|
||||
|
||||
after "deploy", "deploy:bundle_gems"
|
||||
after "deploy:bundle_gems", "deploy:make_simlinks"
|
||||
after "deploy:make_simlinks", "deploy:restart"
|
||||
after "deploy:make_simlinks", "deploy:bundle_gems"
|
||||
after "deploy:bundle_gems", "deploy:restart"
|
||||
after "deploy:restart", "deploy:cleanup"
|
||||
|
||||
# if you're still using the script/reaper helper you will need
|
||||
|
Loading…
x
Reference in New Issue
Block a user