Skip to content

Commit

Permalink
added logging option to cloud build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Alexandre35 committed Aug 21, 2023
1 parent 6626be7 commit 07e1752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-back-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:

- name: Deploy to Cloud Build
run: gcloud builds submit --tag gcr.io/travian-dev-395914/test:1.0.0 .
options:
logging: CLOUD_LOGGING_ONLY

- name: Deploy to Cloud Run
run: gcloud run services update app --image=gcr.io/travian-dev-395914/test:1.0.0 --port=8000 --region=us-central1 --platform managed
options:
logging: CLOUD_LOGGING_ONLY
run: gcloud run services update app --image=gcr.io/travian-dev-395914/test:1.0.0 --port=8000 --region=us-central1 --platform managed

0 comments on commit 07e1752

Please sign in to comment.