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

#36 Fix GitLab CI Deploy Script Error

parent 085a2233
Branches
No related tags found
2 merge requests!39Deploy,!38#36 Fix GitLab CI Deploy Script Error
Pipeline #4378 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