Skip to content

Commit

Permalink
Update procfile (forem#1590)
Browse files Browse the repository at this point in the history
* Change worker line in procfile

* mod buildpacks

* Add bin/start-pgbouncer

* Modify procfile

* Remove bin/start-pgbouncer
  • Loading branch information
benhalpern authored Jan 18, 2019
1 parent e4217d7 commit de0dc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: bin/start-pgbouncer bundle exec puma -C config/puma.rb
worker: bundle exec rake worker
worker: bundle exec rake jobs:work

0 comments on commit de0dc2f

Please sign in to comment.