From 1fb45330214ec5c22b5715679ea638f174fee53b Mon Sep 17 00:00:00 2001 From: plup Date: Mon, 16 Mar 2020 10:50:07 +0100 Subject: [PATCH] cicd: replaced glob by regex --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8f720e..11ff6e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ deploy_test1: - npm run build - scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test1@astral.startinblox.com:~/front/ only: - - feature/* + - /^feature\/.*/ when: manual tags: - deploy