diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2483e0272f399b68cba995eec60216a17830ca48..5aa87ea31c0891de0a1d17d4059b60b8db8fe52d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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