Skip to content

Commit 9378d4e

Browse files
authored
fix: fix lungmap dev deploy (#3649) (#3650)
1 parent 961ab27 commit 9378d4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.cgl-lower-env.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ deploy_lungmap-dev:
147147
- export BUCKET=s3://dev.explore.lungmap.net
148148
- if [ "$MAINTENANCE" = "true" ];then export SRCDIR=maintenance/; else export SRCDIR=dist/; fi
149149
- aws s3 sync $SRCDIR $BUCKET --delete
150-
- aws s3 cp $BUCKET/explore/index.html $BUCKET/explore/index.html --metadata-directive REPLACE --cache-control max-age=0,no-cache,no-store,must-revalidate --content-type text/html - aws cloudfront create-invalidation --distribution-id E21CJFOUWO9Q7X --paths "/*"
150+
- aws s3 cp $BUCKET/explore/index.html $BUCKET/explore/index.html --metadata-directive REPLACE --cache-control max-age=0,no-cache,no-store,must-revalidate --content-type text/html
151+
- aws cloudfront create-invalidation --distribution-id E21CJFOUWO9Q7X --paths "/*"
151152
only:
152153
- lungmap-main

0 commit comments

Comments
 (0)