Skip to content
Snippets Groups Projects
Commit 11d1e32a authored by bhill6@wisc.edu's avatar bhill6@wisc.edu
Browse files

Update .gitlab-ci.yml

parent cba4bc59
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ deploy:
- VERSION=$(node -p -e "require('./package.json').version")
- aws s3 cp s3://enroll-app-front-end-builds/course-search-enroll-fe-$VERSION.tar.gz ./course-search-enroll-fe-$VERSION.tar.gz
- mkdir build && tar xzf ./course-search-enroll-fe-$VERSION.tar.gz -C build
- aws s3 sync --acl public-read --sse --delete build s3://$DEV_S3_BUCKET_NAME
- aws s3 sync --acl public-read --sse --delete build s3://$S3_BUCKET_NAME
- aws cloudfront create-invalidation --distribution-id $DEV_CFDIST_ID --paths '/*'
only:
- master@adi-ia/course-search-enroll-fe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment