Skip to content

Commit

Permalink
Chore: Run Heroku Release Task Automatically
Browse files Browse the repository at this point in the history
Because:
* We need to reference the release task in our Procfile so it can run after deploy.
  • Loading branch information
KevinMulhern committed Oct 20, 2022
1 parent fc394f4 commit 3a1a60a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
release: bin/rails heroku:release
web: bundle exec puma -C config/puma.rb
worker: bundle exec sidekiq -c 2

0 comments on commit 3a1a60a

Please sign in to comment.