solid-adventure / trivial-api

Other
1 stars 1 forks source link

feature/procfile #317

Closed drowninginflowers closed 1 month ago

drowninginflowers commented 1 month ago

Before no Procfile to run with Heroku

After added Procfile to introduce deployment release phase behavior

Note Heroku runs the following default behavior as a part of the web phase: bundle exec rails server -p $PORT -e $RAILS_ENV This behavior is only over written when introducing web: commands to the Procfile