From 50639e96557d78d791b2418724c8000676aca181 Mon Sep 17 00:00:00 2001 From: Jacob Salvi Date: Sat, 21 Mar 2020 15:34:28 +0100 Subject: [PATCH] Modified the pipeline so that only the master and dev branch have to do the deploy --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66f9d91..1af1470 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,3 +42,6 @@ smartHut_deploy: - "docker push smarthutsm/smarthut:${CI_COMMIT_BRANCH}" after_script: - docker logout + only: + - dev + - master