Skip to content

Commit 5f540eb

Browse files
committed
update every week, and non-interactive gcloud command
1 parent e5aef70 commit 5f540eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-xbarappcom.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
schedule:
8-
- cron: "0 0 */2 * *" # every 2 hours
8+
- cron: "0 0 * * 0" # every week
99

1010
jobs:
1111
build-and-deploy:
@@ -44,4 +44,4 @@ jobs:
4444
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
4545
run: |
4646
VERSION=$(date +%Y%m%d%H%M%S)
47-
gcloud app deploy --project xbarapp --version $VERSION --verbosity=debug
47+
gcloud app deploy --project xbarapp --version $VERSION --quiet --verbosity=debug

0 commit comments

Comments
 (0)