Skip to content
Snippets Groups Projects
Commit 32fc2a47 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 !40
parents 664989f8 a867fe6e
Branches
No related tags found
2 merge requests!41Deploy,!40#36 Fix GitLab Ci Deploy Script Error
Pipeline #4382 passed
...@@ -38,6 +38,7 @@ deployToS3: ...@@ -38,6 +38,7 @@ deployToS3:
- ./aws/install - ./aws/install
script: script:
- aws2 s3 rm s3://$S3_BUCKET_NAME/ --recursive - aws2 s3 rm s3://$S3_BUCKET_NAME/ --recursive
- npm run build
- aws2 s3 cp dist s3://$S3_BUCKET_NAME/ --recursive --acl public-read - aws2 s3 cp dist s3://$S3_BUCKET_NAME/ --recursive --acl public-read
when: manual when: manual
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment