summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-01-10 08:23:38 -0700
committermo khan <mo@mokhan.ca>2015-01-10 08:23:38 -0700
commitca96fffd019259e9c43e9d7304b5eb24bf076f38 (patch)
tree4533c373768ae1024d9e79e6716a49ffea754717 /Procfile
parent96d97a0d83dc529d530a83f9106a9f9cd0927d7b (diff)
use unicorn.
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 5976b45..9c82374 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: rails s -b 0.0.0.0
+web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb