<!-- Please fill out one of the sections below based on the type of issue you're creating --> # Feature ## Why is this feature being added? <!-- What problem is it solving? What value does it add? --> Migrations currently have to be run manually once they hit production. ## What should your feature do? Create a script that will do any startup related tasks (eg rails db:migrate). It should end with `bundle exec puma -C config/puma.rb`
Feature
Why is this feature being added?
Migrations currently have to be run manually once they hit production.
What should your feature do?
Create a script that will do any startup related tasks (eg rails db:migrate).
It should end with
bundle exec puma -C config/puma.rb