Skip to content

Commit

Permalink
made chnages in credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
YASH-PATEL1221 committed May 24, 2024
1 parent 64f85a2 commit 94b59d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ on:
branches: [ "master" ]

env:
PROJECT_ID: cloud-sql-423523 # TODO: update Google Cloud project id
GAR_LOCATION: us-central1 # TODO: update Artifact Registry location
SERVICE: cloud-run-source-deploy # TODO: update Cloud Run service name
REGION: us-central1 # TODO: update Cloud Run service region
PROJECT_ID: docker-cicd-424304 # TODO: update Google Cloud project id
GAR_LOCATION: us-east1 # TODO: update Artifact Registry location
SERVICE: node-container # TODO: update Cloud Run service name
REGION: us-east1 # TODO: update Cloud Run service region

jobs:
deploy:
Expand Down

0 comments on commit 94b59d1

Please sign in to comment.