From 88f94323b548ce9a8f692afe0bc8fdab80a5d694 Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Thu, 7 May 2015 10:20:56 -0300 Subject: [PATCH] Add procfile for Heroku apps --- Procfile | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..c6cfa4c --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: bundle exec rails server -p $PORT \ No newline at end of file -- libgit2 0.21.2