From b5989cdf310bbda2e67b3be5bec978aa490c2b92 Mon Sep 17 00:00:00 2001 From: plup Date: Mon, 16 Mar 2020 10:51:57 +0100 Subject: [PATCH] cicd: applied regex to all testX --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11ff6e1..154c0c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ deploy_test2: - npm run build - scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test2@astral.startinblox.com:~/front/ only: - - feature/* + - /^feature\/.*/ when: manual tags: - deploy @@ -55,7 +55,7 @@ deploy_test3: - npm run build - scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test3@astral.startinblox.com:~/front/ only: - - feature/* + - /^feature\/.*/ when: manual tags: - deploy