updated procfile

This commit is contained in:
nilsding 2014-12-13 16:44:33 +01:00
parent 2df59727be
commit 0a23494962
1 changed files with 2 additions and 2 deletions

View File

@ -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'