Skip to content
Snippets Groups Projects
Commit 664989f8 authored by JunGu Kang's avatar JunGu Kang
Browse files

Merge branch '#36' into 'development'

#36 Fix GitLab CI Deploy Script Error

See merge request !38
parents 5bd5cc44 c5989c9c
No related branches found
No related tags found
2 merge requests!39Deploy,!38#36 Fix GitLab CI Deploy Script Error
Pipeline #4379 passed
...@@ -35,7 +35,7 @@ deployToS3: ...@@ -35,7 +35,7 @@ deployToS3:
before_script: before_script:
- curl "https://d1vvhvl2y92vvt.cloudfront.net/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" - curl "https://d1vvhvl2y92vvt.cloudfront.net/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
- unzip awscliv2.zip - unzip awscliv2.zip
- sudo ./aws/install - ./aws/install
script: script:
- aws2 s3 rm s3://$S3_BUCKET_NAME/ --recursive - aws2 s3 rm s3://$S3_BUCKET_NAME/ --recursive
- aws2 s3 cp dist s3://$S3_BUCKET_NAME/ --recursive --acl public-read - aws2 s3 cp dist s3://$S3_BUCKET_NAME/ --recursive --acl public-read
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment