summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2012-11-16 12:11:01 +0200
committerYuval Adam <yuv.adm@gmail.com>2012-11-16 12:11:01 +0200
commitd938b9a3e16ac0ef029526cce68a8e5fa683dcab (patch)
tree35b19542c1160f9ef1769982891b0f283333307c /Procfile
parent6edc68269d1ba443e33f66ad48f52b47befad8b0 (diff)
Add worker to Procfile
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile
new file mode 100644
index 0000000..aec4ff6
--- /dev/null
+++ b/Procfile
@@ -0,0 +1 @@
+worker: celery -A tasks worker -B --loglevel=info