-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
[db] A CI job to run alembic migrations would be useful #140
Comments
Just a draft for a new github action, no idea if it works. Questions:
|
Thanks a lot for the draft ! Is the paths argument used to limit the event to changes to the files mentioned? |
I think this was fixed by #112, but let me check if everything still works 👍 |
As we're using heroku, what we can do is to perform the migrtation before the app deploy in
The doc from heroku: https://devcenter.heroku.com/articles/release-phase |
Following up on #112 (more specifically #112 (comment)), we need to automate the alembic migration whenever it needs to be run. Depending on the integration, Github Workflow could help with that!
The text was updated successfully, but these errors were encountered: