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

Merge branch 'development' into 'master'

Deploy

See merge request !41
parents eb35565c 32fc2a47
Branches master
No related tags found
1 merge request!41Deploy
Pipeline #4383 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