Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
destination: bcd-prod-mdn/bcd/api/v0/current
resumable: false
headers: |-
cache-control: public, max-age=86400
cache-control: public, max-age=3600
parent: false
concurrency: 500
process_gcloudignore: false
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Sync Rumba update
run: |-
gsutil -m -h "Cache-Control:public, max-age=86400" rsync -d -r rumba-updates/ gs://updates-prod-mdn/rumba-bcd-updates
gsutil -m -h "Cache-Control:public, max-age=3600" rsync -d -r rumba-updates/ gs://updates-prod-mdn/rumba-bcd-updates

trigger-prod-rumba-update-if-new:
name: Trigger rumba updates if new release.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stage-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
destination: bcd-stage-mdn/bcd/api/v0/current
resumable: false
headers: |-
cache-control: public, max-age=86400
cache-control: public, max-age=3600
parent: false
concurrency: 500
process_gcloudignore: false
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stage-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Sync Rumba update
run: |-
gsutil -m -h "Cache-Control:public, max-age=86400" rsync -d -r rumba-updates/ gs://updates-stage-mdn/rumba-bcd-updates
gsutil -m -h "Cache-Control:public, max-age=3600" rsync -d -r rumba-updates/ gs://updates-stage-mdn/rumba-bcd-updates

trigger-stage-rumba-update-if-new:
name: Trigger rumba updates if new release.
Expand Down