File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DIST_S3_BUCKET_NAME=`aws ssm get-parameter --name ${ALIS_APP_ID}ssmDistS3BucketN
88export DIST_S3_BUCKET_NAME=${DIST_S3_BUCKET_NAME}
99
1010# リソースをS3へアップロード
11- aws s3 cp .nuxt/dist/client s3://${DIST_S3_BUCKET_NAME} /d/nuxt/dist --recursive --cache-control " public, max-age=86400 " --metadata-directive REPLACE
11+ aws s3 cp .nuxt/dist/client s3://${DIST_S3_BUCKET_NAME} /d/nuxt/dist --recursive --cache-control " public, max-age=31536000 " --metadata-directive REPLACE
1212aws s3 cp app/static/favicon.ico s3://${DIST_S3_BUCKET_NAME} /d/nuxt/dist/
1313aws s3 cp app/static/OGP_1200×630.png s3://${DIST_S3_BUCKET_NAME} /d/nuxt/dist/
1414aws s3 cp app/static/icon_user_noimg.png s3://${DIST_S3_BUCKET_NAME} /d/nuxt/dist/
You can’t perform that action at this time.
0 commit comments