Skip to content

Commit

Permalink
update every week, and non-interactive gcloud command
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Aug 6, 2024
1 parent e5aef70 commit 5f540eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-xbarappcom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: "0 0 */2 * *" # every 2 hours
- cron: "0 0 * * 0" # every week

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

0 comments on commit 5f540eb

Please sign in to comment.