1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/spec/support/tasks/failed.rake
2016-02-28 17:56:07 -06:00

5 lines
117 B
Ruby

after "deploy:failed", :custom_failed do
on roles :all do
execute :touch, shared_path.join("failed")
end
end