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

Automatise the flow for when a migration is needed before deploying #49

Open
jollopre opened this issue Jan 21, 2019 · 0 comments
Open
Labels
infrastructure Anything related to orchestrate the services into an environment

Comments

@jollopre
Copy link
Owner

Currently, when a new deploy is performed. If there are server side changes at the db level, we have to manually run rake db:migrate in order to bring the database to the latest migration reflected in code.

A before deploy hook to determine whether or not that command has to be triggered will automatise this manual behaviour

@jollopre jollopre added the infrastructure Anything related to orchestrate the services into an environment label Jan 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Anything related to orchestrate the services into an environment
Projects
None yet
Development

No branches or pull requests

1 participant