From 2da47ec7f3009c466ea602f5b752ed89b49f85d6 Mon Sep 17 00:00:00 2001 From: Pawel Lipski Date: Fri, 13 Dec 2013 17:37:31 +0100 Subject: [PATCH] Add Procfile --- Procfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..d174edb --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb +