Skip to content

Commit 633e1ff

Browse files
committed
wip: compress
1 parent d47b329 commit 633e1ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/create-unl.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,6 @@ jobs:
135135
- name: Upload to GCP
136136
if: ${{ github.event.inputs.dry_run != 'true' && steps.meta.outputs.ts != '' }}
137137
run: |
138-
gsutil cp "unl-${{ steps.meta.outputs.ts }}.json" gs://xrplf-unl/unl/unl-${{ steps.meta.outputs.ts }}.json
138+
gsutil -h "Cache-Control:public, max-age=30, stale-while-revalidate=86400, stale-if-error=604800" \
139+
-h "Content-Type:application/json" \
140+
cp -Z "unl-${{ steps.meta.outputs.ts }}.json" gs://xrplf-unl/unl/unl-${{ steps.meta.outputs.ts }}.json

0 commit comments

Comments
 (0)