Add mailcatcher prodigy service
This commit is contained in:
parent
dafda8a9c4
commit
02871ce988
1 changed files with 9 additions and 0 deletions
|
@ -1185,6 +1185,15 @@ from myaethon2.core.decorators import (
|
|||
:cwd "~/projects/work/photension/picturefix"
|
||||
:path '("~/.rbenv/shims")
|
||||
: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))
|
||||
|
||||
(stante-after python-environment
|
||||
|
|
Loading…
Reference in a new issue