Skip to content

Commit

Permalink
ci: updating debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
ju4nv1e1r4 committed Nov 11, 2024
1 parent 51a64ad commit a15e98b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cloud-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
PROJECT_ID: ${{ secrets.PROJECT_ID }}
RUN_REGION: us-central1
SERVICE_NAME: credit-system
SERVICE_NAME: credit_system

jobs:
setup-build-deploy:
Expand Down Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Submit build to Cloud Build
run: |
gcloud builds submit \
--config cloudbuild.yaml \
--substitutions _IMAGE_TAG="gcr.io/$PROJECT_ID/$SERVICE_NAME:$GITHUB_SHA"
--config cloudbuild.yaml \
--substitutions="_IMAGE_TAG=gcr.io/$PROJECT_ID/$SERVICE_NAME:$GITHUB_SHA"
- name: Deploy to Cloud Run
run: |-
Expand Down

0 comments on commit a15e98b

Please sign in to comment.