Skip to content

Commit 86df363

Browse files
authored
Merge pull request #26 from broadinstitute/fix-gcs-deploy-exclude-pattern
Fix gcloud rsync exclude pattern regex error
2 parents a3922b3 + 44f50e8 commit 86df363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-to-gcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
gcloud storage rsync . "gs://$GCS_BUCKET/$DEPLOY_PATH/" \
5353
--recursive \
5454
--delete-unmatched-destination-objects \
55-
--exclude=".??*"
55+
--exclude=".git*"
5656
echo "Deployment complete!"
5757
5858
- name: Verify deployment

0 commit comments

Comments
 (0)