This repository was archived by the owner on Mar 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ variables:
55 ECR_BASE_URL : ${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com
66 ENVIRONMENT : dev
77
8- . Build Quasar PWA Assets :
8+ Build Quasar PWA Assets :
99 image : node:10
1010 stage : build
1111 only :
@@ -29,7 +29,7 @@ variables:
2929 - echo "Build Complete"
3030
3131
32- . Sync Quasar PWA Assets :
32+ Sync Quasar PWA Assets :
3333 image : python:3.8
3434 stage : deploy
3535 only :
@@ -46,15 +46,15 @@ variables:
4646 --delete \
4747 --exclude index.html \
4848 --exclude service-worker.js \
49- ./dist/pwa/ s3://${ENVIRONMENT}. ${DOMAIN_NAME}/
49+ ./dist/pwa/ s3://${ENVIRONMENT}- ${DOMAIN_NAME}-frontend /
5050 - |
5151 aws s3 cp \
5252 --cache-control 'max-age=0' \
53- ./dist/pwa/index.html s3://${ENVIRONMENT}. ${DOMAIN_NAME}/
53+ ./dist/pwa/index.html s3://${ENVIRONMENT}- ${DOMAIN_NAME}-frontend /
5454 - |
5555 aws s3 cp \
5656 --cache-control 'max-age=0' \
57- ./dist/pwa/service-worker.js s3://${ENVIRONMENT}. ${DOMAIN_NAME}/
57+ ./dist/pwa/service-worker.js s3://${ENVIRONMENT}- ${DOMAIN_NAME}-frontend /
5858 after_script :
5959 - echo "Deploy frontend complete"
6060
You can’t perform that action at this time.
0 commit comments