From 0850f5dd22855deb84231dd9ec85e9a1c7f4111f Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Tue, 18 Apr 2017 16:43:55 +0100 Subject: [PATCH] add template preview service to cf manifest --- manifest-base.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest-base.yml b/manifest-base.yml index edf14f30f..3f6c0397e 100644 --- a/manifest-base.yml +++ b/manifest-base.yml @@ -5,6 +5,7 @@ command: scripts/run_app_paas.sh gunicorn -w 5 -b 0.0.0.0:$PORT wsgi services: - notify-aws - notify-config + - notify-template-preview - hosted-graphite - deskpro instances: 1