From 50064f8708c13e7c1c3f11d87819e288dfb43561 Mon Sep 17 00:00:00 2001 From: Kai Mueller Date: Thu, 19 Feb 2015 18:27:25 +0100 Subject: [PATCH] added procfile --- Procfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..ace1b9aa --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +web: bundle exec puma -C config/puma.rb +worker: bundle exec sidekiq \ No newline at end of file