-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add ability to keep old version #34
Comments
@ps0296, this sounds like a help use case. Would you be willing to provide a pull request with tests? |
This would be useful for us as well, but does not appear to be possible using the current blue-green mechanism. There are also no plans for autopilot to support that use case, see contraband/autopilot#27. |
Hi. I agree with @ps0296 as well. How about using sakkuru/rollback-push corresponding to rollback? If we continue to use contraband/autopilot, put: resource-deploy-web-app
params:
manifest: build-output/manifest.yml
blue-green-deployment: my-app-name If
What do you think of this? |
Not sure if this feature exists but not documented. If I use zero-downtime deployment, the process deploys the new version and deletes the old. Is it possible to add a feature which will always keep the old version and just rename it and remove the route? This allows us to rollback without much downtime in case the new app comes online and crashes later. Has this come up before?
The text was updated successfully, but these errors were encountered: