summaryrefslogtreecommitdiff
path: root/Procfile.production
diff options
context:
space:
mode:
Diffstat (limited to 'Procfile.production')
-rw-r--r--Procfile.production2
1 files changed, 2 insertions, 0 deletions
diff --git a/Procfile.production b/Procfile.production
new file mode 100644
index 00000000000..68e8556e9c0
--- /dev/null
+++ b/Procfile.production
@@ -0,0 +1,2 @@
+web: bundle exec rails s -p $PORT -e production
+worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=* VVERBOSE=1