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

Add a Procfile that will run migrations during release #28

Open
fbuys opened this issue Oct 6, 2023 · 0 comments
Open

Add a Procfile that will run migrations during release #28

fbuys opened this issue Oct 6, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@fbuys
Copy link
Contributor

fbuys commented Oct 6, 2023

Currently when you push a new branch to heroku no migrations are run automatically.
Instead we need to manually run migrations after each deploy.

By adding the required Procfile we can automate the release steps.

Something like this.

release: rake db:migrate
web: bundle exec puma -C config/puma.rb
@etagwerker etagwerker added the good first issue Good for newcomers label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants