diff --git a/Procfile b/Procfile index f8e7db76bf78d6d48ba1e161fdc0d1547d14adae..8b44439b554608944c54625e2ce7cce06b78ceeb 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ -web: bundle exec rails s thin -p $PORT +web: bundle exec unicorn -c config/unicorn.rb -p $PORT redis: redis-server worker: QUEUE=* bundle exec rake resque:work