We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Release phase enables you to run certain tasks before a new release of your app is deployed. Release phase can be useful for tasks such as:
Sending CSS, JS, and other assets from your app’s slug to a CDN or S3 bucket Priming or invalidating cache stores Running database schema migrations
The release command runs in a one-off dyno whenever a new release is created, unless the release is caused by changes to an add-on
https://devcenter.heroku.com/articles/release-phase
We should always urge developers to use zero-downtime migrations for release phase: https://blog.codeship.com/rails-migrations-zero-downtime/
This will require changes in the following components:
deis-builder deis-controller workflow-cli
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://devcenter.heroku.com/articles/release-phase
We should always urge developers to use zero-downtime migrations for release phase:
https://blog.codeship.com/rails-migrations-zero-downtime/
This will require changes in the following components:
The text was updated successfully, but these errors were encountered: