From f33da2703b776345dcf3231d86431cdf1b2d2f07 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 23 Oct 2023 11:45:03 -0300 Subject: [PATCH] Run deploy step only in master branch --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb86cb7..a69f2b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -140,6 +140,10 @@ deploy-prod: stage: deploy tags: - prod + rules: + - when: never + - if: $CI_COMMIT_REF_NAME == "master" + when: on_success script: - export $(cat context.env | xargs)