retrospring/Procfile
2014-12-12 22:59:35 +01:00

2 lines
No EOL
132 B
Text

unicorn: bundle exec unicorn -E production -l unix:./tmp/sockets/justask.sock
sidekiq: bundle exec sidekiq -C './config/sidekiq.yml'