We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037064d commit 2a57c8eCopy full SHA for 2a57c8e
.github/workflows/duplicate-prod-db.yml
@@ -46,6 +46,8 @@ jobs:
46
GCP_REGION=${{ vars.MOBILITY_FEEDS_REGION }}
47
SQL_INSTANCE_NAME=${{ secrets.DB_INSTANCE_NAME }}
48
49
+ gcloud config set project $DEST_PROJECT_ID
50
+
51
# Check if the bucket already exists
52
if ! gsutil ls -b "gs://${DUMP_BUCKET_NAME}" &> /dev/null; then
53
echo "Bucket doesn't exist. Creating..."
0 commit comments