From 6a2713fe52581a028bc5cea2332829d32418b9a0 Mon Sep 17 00:00:00 2001 From: pwalter <pwalter@ebi.ac.uk> Date: Tue, 31 Oct 2017 15:55:32 +0000 Subject: [PATCH] ignore -code branches --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04c30d7..047226a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,8 @@ deploy_dev: - ssh -t ${SSH_USER}@${SERVER_DEV} ${SCRIPT_DEV} only: - branches + except: + - /-code$/ environment: name: dev url: ${DEV_URL} @@ -57,6 +59,8 @@ deploy_aws_dev: - bin/deploy-aws only: - branches + except: + - /-code$/ deploy_aws_live: image: ebiwd/alpine-ssh -- GitLab