Add prodigy command to start the email template service

This commit is contained in:
Jeremy Dormitzer 2020-01-08 16:11:18 -05:00
parent 1056d49707
commit 85fbf82a23

View File

@ -4197,6 +4197,14 @@ Some functions to make my day job easier.
:init-async (python-service-setup "lola-services-ZdLKpchq"
"~/lola/lola-services/priceline/.env"))
(prodigy-define-service
:name "email-template-service"
:tags '(lola backend)
:command "npm"
:args '("start")
:cwd "~/lola/email-template-service"
:stop-signal 'int)
(prodigy-define-service
:name "mabl-link-agent"
:command "link-agent"