Skip to content
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

Release phase #44

Open
kingdonb opened this issue Jul 27, 2018 · 1 comment
Open

Release phase #44

kingdonb opened this issue Jul 27, 2018 · 1 comment

Comments

@kingdonb
Copy link
Member

Note the release command—this is run by Heroku just before a new release of the app is deployed, and we’ll use it to make sure our database is migrated.

ref: https://blog.heroku.com/a-rock-solid-modern-web-stack

https://devcenter.heroku.com/articles/release-phase

Is this supported in Builder?

(I think the answer is no, not yet... introduced on Heroku in Jun 2017)

@kingdonb
Copy link
Member Author

kingdonb commented Jul 27, 2018

I think the reference to the canonical answer for this has been reduced to:

apps:run run a command in an ephemeral app container

The original was a bit more expressive – http://docs.deis.io/en/latest/using_deis/manage-application/#administer-the-application

Deis applications use one-off processes for admin tasks like database migrations and other commands that must run against the live application.

actually, here it is:

https://deis.com/docs/workflow/applications/managing-app-lifecycle/#run-one-off-administration-tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant