Skip to content

Commit

Permalink
Fix logic to fetch secret in cloudbuily.yaml file (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 authored May 26, 2024
1 parent b5f7a4c commit 4741922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
args:
- "-c"
- |
STAGING_SUPABASE_CONNECTION_STRING=$(gcloud secrets versions access latest --secret=STAGING_SUPABASE_CONNECTION_STRING)
STAGING_SUPABASE_CONNECTION_STRING=$(gcloud secrets versions access latest --secret="STAGING_SUPABASE_CONNECTION_STRING")
export STAGING_SUPABASE_CONNECTION_STRING=$STAGING_SUPABASE_CONNECTION_STRING
# Install Atlas
Expand Down

0 comments on commit 4741922

Please sign in to comment.