Skip to content

Commit

Permalink
Fix prod supbase connection string in build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 committed May 28, 2024
1 parent 8e4f1e4 commit b0015af
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 @@ -30,7 +30,7 @@ steps:
- "-c"
- |
curl -sSL https://atlasgo.sh | sh
atlas migrate apply --dir "file://ent/migrate/migrations" --url PROD_SUPABASE_CONNECTION_STRING
atlas migrate apply --dir "file://ent/migrate/migrations" --url $$PROD_SUPABASE_CONNECTION_STRING
secretEnv: [ 'PROD_SUPABASE_CONNECTION_STRING' ]
dir: "/workspace/registry-backend"

Expand Down

0 comments on commit b0015af

Please sign in to comment.