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:
parent
e4217d721f
commit
de0dc2f2a8
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue