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

Update .gitlab-ci.yml -- added cloudfront distribution ID for test tier in deploy_test step

parent 132601b4
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ variables:
S3_BUCKET_NAME: dev-enroll-app-frontend
TEST_S3_BUCKET_NAME: test-enroll-app-frontend
DEV_CFDIST_ID: E2LLRLV3LNB0E3
TEST_CFDIST_ID: E2YFQBS58TTJRA
stages:
- build
......@@ -37,7 +38,7 @@ deploy_test:
- ng build --prod --base-href /degree-planner --deploy-url /degree-planner/
- aws s3 sync --acl public-read --sse --delete dist/course-search-enroll-fe s3://$TEST_S3_BUCKET_NAME
- aws configure set preview.cloudfront true
- aws cloudfront create-invalidation --distribution-id $TEST_S3_BUCKET_NAME --paths '/*'
- aws cloudfront create-invalidation --distribution-id $TEST_CFDIST_ID --paths '/*'
only:
- master@adi-ia/course-search-enroll-fe
when: manual
\ No newline at end of file
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