From 3460bf8b6f6b91e1ad7b2a49770a743245b10654 Mon Sep 17 00:00:00 2001 From: Goke Pelemo Date: Sat, 21 Sep 2024 15:26:02 -0500 Subject: [PATCH] make env vars available during runtime for App Platform --- .do/app.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.do/app.yaml b/.do/app.yaml index c5f18f7..76e271b 100644 --- a/.do/app.yaml +++ b/.do/app.yaml @@ -19,16 +19,16 @@ services: scope: RUN_AND_BUILD_TIME value: ${DATABASE_URL} - key: SECRET - scope: BUILD_TIME + scope: RUN_AND_BUILD_TIME value: ${SECRET} - key: BUCKET_NAME - scope: BUILD_TIME + scope: RUN_AND_BUILD_TIME value: ${BUCKET_NAME} - key: SECRET_ACCESS_KEY - scope: BUILD_TIME + scope: RUN_AND_BUILD_TIME value: ${SECRET_ACCESS_KEY} - key: ACCESS_KEY_ID - scope: BUILD_TIME + scope: RUN_AND_BUILD_TIME value: ${ACCESS_KEY_ID} github: branch: main