Skip to content
Snippets Groups Projects
Commit d2278ff6 authored by Joe Van Boxtel's avatar Joe Van Boxtel
Browse files

Update .gitlab-ci.yml for auto deploy to dev

parent b38cf39d
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,6 @@ deploy:
- aws cloudfront create-invalidation --distribution-id $DEV_CFDIST_ID --paths '/*'
only:
- master@adi-ia/course-search-enroll-fe
when: manual
deploy_test:
stage: deploy
......@@ -41,3 +40,4 @@ deploy_test:
- 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