Skip to content

Commit b6ec517

Browse files
ci: remove stale gsutil static sync from ST build
The CRA→Vite migration changed the build output from build/static/ to build/assets/. The gsutil sync with gs://er-static/ was a CRA-era pattern that no longer applies — the GCS proxy regex in nginx only matches CRA-style paths, and /static falls back to the API server.
1 parent 6dfacf6 commit b6ec517

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,6 @@ jobs:
146146
- name: Build
147147
run: CI=false yarn build
148148

149-
- name: Sync static assets with GCS
150-
run: |
151-
gsutil -m cp -r build/static gs://er-static/
152-
gsutil -m cp -r gs://er-static/api/* build/static/
153-
154149
- name: Sanitize branch name for GCR path
155150
id: gcr
156151
run: |

0 commit comments

Comments
 (0)