Skip to content

Commit

Permalink
Add the Heroku release command
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcasals committed Jan 16, 2020
1 parent 84fcf67 commit 1ef7925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/generators/templates/procfile.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
web: bundle exec passenger start -p ${PORT:-3000} --max-pool-size ${WEB_CONCURRENCY:-5}
worker: bundle exec sidekiq -e ${RACK_ENV:-development} -C config/sidekiq.yml
release: bundle exec rake db:migrate

0 comments on commit 1ef7925

Please sign in to comment.