diff --git a/Procfile b/Procfile index fa125562..01c78435 100644 --- a/Procfile +++ b/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' \ No newline at end of file +web: bundle exec unicorn -E production -l unix:./tmp/sockets/justask.sock +workers: bundle exec sidekiq -e production -C './config/sidekiq.yml' \ No newline at end of file