cicd: applied regex to all testX

This commit is contained in:
plup
2020-03-16 10:51:57 +01:00
parent 1fb4533021
commit b5989cdf31
+2 -2
View File
@@ -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