contraband / autopilot

cf plugin for hands-off, zero downtime application deploys
Apache License 2.0
130 stars 43 forks source link

Add rollback only flag #56

Open mibollma opened 6 years ago

mibollma commented 6 years ago

Note: This pull request includes #55.

Adds an additional optional flag (-rollback-only) to delete the current application and remove the venerable suffix from the venerable application instead of performing a deployment. Is assumes that the venerable application was not deleted after the last successful deployment (using -b stop or ignore). The use case is to run more sophisticated integration/end-to-end tests after a successful deployment and have the option to roll back to the previous version if some test case fails.