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

Update .gitlab-ci.yml

parent cbb9105e
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ deploy_test:
- 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 s3://$DEV_S3_BUCKET_NAME s3://$TEST_S3_BUCKET_NAME
- aws s3 sync --acl public-read --sse --delete s3://$S3_BUCKET_NAME s3://$TEST_S3_BUCKET_NAME
- aws cloudfront create-invalidation --distribution-id $TEST_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