From 743d5684ad6c3905b617e4140eaf6d75f90f9fae Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Fri, 18 Apr 2014 19:25:23 +0100 Subject: [PATCH] Add Procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile 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