updated procfile
This commit is contained in:
parent
2df59727be
commit
0a23494962
4
Procfile
4
Procfile
|
@ -1,2 +1,2 @@
|
|||
unicorn: bundle exec unicorn -E production -l unix:./tmp/sockets/justask.sock
|
||||
sidekiq: bundle exec sidekiq -C './config/sidekiq.yml'
|
||||
web: bundle exec unicorn -E production -l unix:./tmp/sockets/justask.sock
|
||||
workers: bundle exec sidekiq -e production -C './config/sidekiq.yml'
|
Loading…
Reference in New Issue