summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-02-21 21:17:05 -0700
committermo khan <mo@mokhan.ca>2014-02-21 21:17:05 -0700
commit43e38c3dc960a11e90bd2a028efab4ba77f1cd47 (patch)
tree5efeac7ae011e51e8e0161b5c4734940fa00a84c /Procfile
parentf3b3b2fc4b52694def53309ea2955ef28a44a8a0 (diff)
use unicorn.
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile
new file mode 100644
index 0000000..9c82374
--- /dev/null
+++ b/Procfile
@@ -0,0 +1 @@
+web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb