summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-02-02 21:49:15 -0700
committermo khan <mo@mokhan.ca>2015-02-02 21:49:15 -0700
commita5b223df0605b6c46321fcf1dc21108e1ab8b0f2 (patch)
tree5241db064c0906c0717fbe1dfbacedb994dea7a1 /Procfile
parentb43701e165fcc7e76110e5ae51040fbb5d34a30e (diff)
add sneakers worker.
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Procfile b/Procfile
new file mode 100644
index 0000000..10c91ff
--- /dev/null
+++ b/Procfile
@@ -0,0 +1,2 @@
+web: rails s
+worker: env WORKERS=EventsWorker rake sneakers:run