From a357db8c8e78ded49da244435afe49c076cfac86 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 15 Jun 2014 00:50:29 +0200 Subject: Add prodigy task for running mollie-bank --- .emacs.d/init.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e215816..500cfd6 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1118,7 +1118,16 @@ from myaethon2.core.decorators import ( :command "python" :args '("-m" "smtpd" "-n" "-c" "DebuggingServer" "localhost:1025") :tags '(work mail) - :kill-process-buffer-on-stop t)) + :kill-process-buffer-on-stop t) + + (prodigy-define-service + :name "Picturefix mollie-bank" + :command "bundle" + :args '("exec" "mollie-bank") + :cwd "~/projects/work/photension/picturefix" + :path '("~/.rbenv/shims") + :tags '(work) + :kill-signal 'sigkill)) (stante-after python-environment (setcar python-environment-virtualenv "virtualenv2")) -- cgit v1.2.3-54-g00ecf