mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
5 lines
117 B
Ruby
5 lines
117 B
Ruby
after "deploy:failed", :custom_failed do
|
|
on roles :all do
|
|
execute :touch, shared_path.join("failed")
|
|
end
|
|
end
|