From 6bf373f462ab10987b9161b231e7459f109c5cec Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Thu, 12 Apr 2012 18:44:13 -0700 Subject: [PATCH] Add a simple Procfile for running the thing --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..752cf37 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: bundle exec ruby despair.rb