mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
updated procfile
This commit is contained in:
parent
2df59727be
commit
0a23494962
1 changed files with 2 additions and 2 deletions
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 a new issue