Retrospring/Procfile

3 lines
166 B
Plaintext
Raw Normal View History

2017-03-31 14:55:52 -07:00
web: bundle exec unicorn -E production -c ./config/unicorn.rb -l unix:./tmp/sockets/justask.sock
workers: bundle exec sidekiq -e production -C './config/sidekiq.yml'