mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
f79a386aad
* Prevents last good release from being deleted on cleanup Issue: 1907 If there are many failed deployments the relese folders will still be left there and eventually if deploy:cleanup is executed it will delete the release that is referenced by the "current" symlink, potentially causing downtime. That change will prevent the "current release" from ever being removed during cleanup. * Link PR on CHANGELOG * Verify if current dir exists Check if current release directory exists instead of relying on exceptions being raised. |
||
---|---|---|
.. | ||
step_definitions | ||
support | ||
configuration.feature | ||
deploy.feature | ||
deploy_failure.feature | ||
doctor.feature | ||
installation.feature | ||
sshconnect.feature | ||
stage_failure.feature | ||
subdirectory.feature |