From df9213a06540b300c72af6c34b5d863a8f45c295 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Mon, 23 Jul 2012 17:34:17 +0200 Subject: [PATCH] add guard to procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index d34e30ba..19775789 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ web: bundle exec unicorn -p $PORT -c ./unicorn.rb +guard: bundle exec guard