We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc31fc commit e5aef70Copy full SHA for e5aef70
.github/workflows/deploy-xbarappcom.yaml
@@ -44,4 +44,4 @@ jobs:
44
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
45
run: |
46
VERSION=$(date +%Y%m%d%H%M%S)
47
- gcloud app deploy --project xbarapp --version $VERSION --quiet
+ gcloud app deploy --project xbarapp --version $VERSION --verbosity=debug
0 commit comments