Guest User

Untitled

a guest
Jan 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. task :restart, :roles => :web do
  2. parallel do |session|
  3. session.when "in?(:legacy)", "touch #{current_path}/tmp/restart.txt"
  4. session.when "! in?(:legacy)", "#{god_path} restart unicorn"
  5. end
  6. end
Add Comment
Please, Sign In to add comment