Update procfile (#1590)

* Change worker line in procfile

* mod buildpacks

* Add bin/start-pgbouncer

* Modify procfile

* Remove bin/start-pgbouncer
This commit is contained in:
Ben Halpern 2019-01-18 11:53:36 -05:00 committed by GitHub
parent e4217d721f
commit de0dc2f2a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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