Skip to content

Add a Procfile that will run migrations during release #28

Description

@fbuys

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions