File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,13 @@ aws s3 cp dist/ "s3://${APP_BUCKET}/" \
27
27
--exclude " *" \
28
28
--include " *.js"
29
29
30
+ aws s3 cp dist/ " s3://${APP_BUCKET} /" \
31
+ --recursive \
32
+ --content-type " application/json" \
33
+ --cache-control " public, max-age=31536000" \
34
+ --exclude " *" \
35
+ --include " *.map"
36
+
30
37
aws s3 cp dist/ " s3://${APP_BUCKET} /" \
31
38
--recursive \
32
39
--content-type " text/plain" \
Original file line number Diff line number Diff line change @@ -30,6 +30,13 @@ aws s3 cp dist/ s3://graphiql.medplum.com/ \
30
30
--exclude " *" \
31
31
--include " *.js"
32
32
33
+ aws s3 cp dist/ s3://graphiql.medplum.com/ \
34
+ --recursive \
35
+ --content-type " application/json" \
36
+ --cache-control " public, max-age=31536000" \
37
+ --exclude " *" \
38
+ --include " *.map"
39
+
33
40
aws s3 cp dist/ s3://graphiql.medplum.com/ \
34
41
--region us-east-1 \
35
42
--recursive \
You can’t perform that action at this time.
0 commit comments