Skip to content

Commit

Permalink
Merge pull request #15 from jaimegarjr/add-gcplogs
Browse files Browse the repository at this point in the history
add gcplogs to log driver as arg
  • Loading branch information
jaimegarjr authored Feb 2, 2025
2 parents 8d1ae2c + bf52793 commit 6c59135
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
run: |
gcloud compute instances update-container meowbot-instance-vm \
--container-image gcr.io/meowbot-448505/meow-bot:latest \
--zone us-central1-c
--zone us-central1-c \
--container-name meowbot-container \
--container-arg="--log-driver=gcplogs"

0 comments on commit 6c59135

Please sign in to comment.