From f4e1f99cf8937fd513910a5579c77ff4a46a6e05 Mon Sep 17 00:00:00 2001 From: Loos Date: Wed, 2 Sep 2015 12:07:55 -0500 Subject: [PATCH] lk | adds procfile for worker --- .gitignore | 1 + Procfile | 1 + 2 files changed, 2 insertions(+) create mode 100644 Procfile diff --git a/.gitignore b/.gitignore index 655d662..bcf596d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ # Ignore all logfiles and tempfiles. /log/*.log /tmp +dump.rdb # Ignore secret assets /lib/assets/* diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..ba2e58f --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: bundle exec sidekiq