Skip to content

Commit 05a2509

Browse files
committed
Merge branch 'main' into sync/sebromero/cat-m1-nb-iot-gnss-launch
# Conflicts: # package-lock.json
2 parents 8717031 + d1d19f6 commit 05a2509

File tree

3 files changed

+414
-26043
lines changed

3 files changed

+414
-26043
lines changed

.github/workflows/deploy-prd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,3 @@ jobs:
5454
- name: Sync all non-cacheable assets
5555
# Don't cache any HTML or JSON file: they should always be up-to-dates
5656
run: aws s3 sync --cache-control "public, max-age=0, must-revalidate" --include "*.html" --include="sw.js" --include="*.json" --include "*.css" --exclude="*.js" --exclude="*.gif" --exclude="*.png" --exclude="*.svg" --delete public/ s3://${{ secrets.PROD_AWS_S3_BUCKET_NAME }}/
57-
58-
# - name: Sync static resources
59-
# # Sync the static resources in a separate pass: their URL is static but we might update the contents once in a while
60-
# run: aws s3 sync --cache-control "public, max-age=14400" --delete public/resources/ s3://${{ secrets.PROD_AWS_S3_BUCKET_NAME }}/resources/

.github/workflows/deploy-stg.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,3 @@ jobs:
5858
- name: Sync all non-cacheable assets
5959
# Don't cache any HTML or JSON file: they should always be up-to-dates
6060
run: aws s3 sync --cache-control "public, max-age=0, must-revalidate" --include "*.html" --include="sw.js" --include="*.json" --include "*.css" --exclude="*.js" --exclude="*.gif" --exclude="*.png" --exclude="*.svg" --delete public/ s3://${{ secrets.STAG_AWS_S3_BUCKET_NAME }}/
61-
62-
- name: Sync static resources
63-
# Sync the static resources in a separate pass: their URL is static but we might update them once in a while
64-
run: aws s3 sync --cache-control "public, max-age=14400" --delete public/resources/ s3://${{ secrets.STAG_AWS_S3_BUCKET_NAME }}/resources/

0 commit comments

Comments
 (0)