From 0a23494962e896254d1e58c65d297f7c117d0b51 Mon Sep 17 00:00:00 2001 From: nilsding Date: Sat, 13 Dec 2014 16:44:33 +0100 Subject: [PATCH] updated procfile --- Procfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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