We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3922b3 + 44f50e8 commit 86df363Copy full SHA for 86df363
1 file changed
.github/workflows/deploy-to-gcs.yml
@@ -52,7 +52,7 @@ jobs:
52
gcloud storage rsync . "gs://$GCS_BUCKET/$DEPLOY_PATH/" \
53
--recursive \
54
--delete-unmatched-destination-objects \
55
- --exclude=".??*"
+ --exclude=".git*"
56
echo "Deployment complete!"
57
58
- name: Verify deployment
0 commit comments