Guest User

Untitled

a guest
Apr 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. namespace :deploy do
  2.  
  3. alias_method :cleanup :cleanup_original
  4.  
  5. task :cleanup
  6. set :use_sudo, false
  7. cleanup_original
  8. set :use_sudo, true
  9. end
  10.  
  11. end
Add Comment
Please, Sign In to add comment