Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix upload
Browse files Browse the repository at this point in the history
fiji-flo committed Dec 5, 2024
1 parent ff5d0fd commit 8ce7a88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stage-build.yml
Original file line number Diff line number Diff line change
@@ -364,15 +364,16 @@ jobs:
path: client/build/
glob: "{*.*,static/**,assets/**}"
destination: ${{ vars.GCP_BUCKET_NAME }}/client/
parent: false
headers: |-
cache-control: 'public, max-age=3600'
- name: Sync build fast (everything)
uses: "google-github-actions/upload-cloud-storage@v2"
with:
path: client/build/
glob: "{*.*,static/**,assets/**,sitemaps/**}"
destination: ${{ vars.GCP_BUCKET_NAME }}/${{ env.DEPLOYMENT_ID }}/
parent: false
headers: |-
cache-control: 'public, max-age=3600'

0 comments on commit 8ce7a88

Please sign in to comment.