Add mailcatcher prodigy service

This commit is contained in:
Tom Willemse 2014-10-15 09:13:55 +02:00
parent dafda8a9c4
commit 02871ce988

View file

@ -1185,6 +1185,15 @@ from myaethon2.core.decorators import (
:cwd "~/projects/work/photension/picturefix" :cwd "~/projects/work/photension/picturefix"
:path '("~/.rbenv/shims") :path '("~/.rbenv/shims")
:tags '(work) :tags '(work)
:kill-signal 'sigkill)
(prodigy-define-service
:name "Picturefix mailcatcher"
:command "bundle"
:args '("exec" "mailcatcher")
:cwd "~/projects/work/photension/picturefix"
:path '("~/.rbenv/shims")
:tags '(work)
:kill-signal 'sigkill)) :kill-signal 'sigkill))
(stante-after python-environment (stante-after python-environment