Skip to content

Commit

Permalink
make env vars available during runtime for App Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
gokepelemo committed Sep 21, 2024
1 parent cbfa231 commit 3460bf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .do/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3460bf8

Please sign in to comment.