Retrospring/Procfile

2 lines
142 B
Plaintext
Raw Normal View History

2014-12-13 07:44:33 -08:00
web: bundle exec unicorn -E production -l unix:./tmp/sockets/justask.sock
workers: bundle exec sidekiq -e production -C './config/sidekiq.yml'