From 43b38765d4fd8e886cd229c2d8eaf6739cebd97a Mon Sep 17 00:00:00 2001 From: Joe Van Boxtel <joe.vanboxtel@wisc.edu> Date: Thu, 10 Jan 2019 20:53:54 +0000 Subject: [PATCH] Update .gitlab-ci.yml for manual deploy --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d58706c..94bd50a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,4 +25,5 @@ deploy: - aws configure set preview.cloudfront true - aws cloudfront create-invalidation --distribution-id $DEV_CFDIST_ID --paths '/*' only: - - master@adi-ia/course-search-enroll-fe \ No newline at end of file + - master@adi-ia/course-search-enroll-fe + when: manual \ No newline at end of file -- GitLab