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.
1 parent 6a27890 commit bbf1064Copy full SHA for bbf1064
.github/workflows/deploy-to-gcs.yml
@@ -29,13 +29,9 @@ jobs:
29
export VERSION=$(jq '.version | sub(".[0-9]$"; "") | tonumber' < package.json)
30
echo "version=$VERSION" >> $GITHUB_ENV
31
32
- - name: Test version number
+ - name: Sync files to Google Cloud Storage
33
run: |
34
- echo "gs://mc-high-impact/$version/sds"
35
-
36
- # - name: Upload files to Google Cloud Storage
37
- # run: |
38
- # gsutil -m cp -r my_files gs://${{ secrets.GCP_BUCKET_NAME }}
+ gcloud storage rsync --dry-run --recursive dist gs://mc-high-impact/sds/$version
39
40
# - name: List files in bucket (Optional - for verification)
41
# run: |
0 commit comments