From 10963d23800e78688e799763a7fb8ccf91e33812 Mon Sep 17 00:00:00 2001 From: Amol Date: Thu, 22 Feb 2024 19:22:56 +0530 Subject: [PATCH] Update deploy.template.yaml --- .do/deploy.template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index 1146aaa..0c44708 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -61,7 +61,7 @@ spec: value: ${APP_URL}/api/app - key: USE_LOCAL scope: RUN_TIME - value: TRUE + value: "TRUE" - key: DO_SPACE scope: RUN_TIME value: opensigntw3d @@ -80,7 +80,7 @@ spec: value: us-west - key: SMTP_ENABLE scope: RUN_TIME - value: TRUE + value: "TRUE" - key: SMTP_HOST scope: RUN_TIME value: smtp.gmail.com