Skip to content
Snippets Groups Projects
Commit b5989cdf authored by plup's avatar plup
Browse files

cicd: applied regex to all testX

parent 1fb45330
No related branches found
No related tags found
1 merge request!117Feature/testing workflow
Pipeline #3961 passed with warnings with stage
in 26 seconds
...@@ -38,7 +38,7 @@ deploy_test2: ...@@ -38,7 +38,7 @@ deploy_test2:
- npm run build - npm run build
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test2@astral.startinblox.com:~/front/ - scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test2@astral.startinblox.com:~/front/
only: only:
- feature/* - /^feature\/.*/
when: manual when: manual
tags: tags:
- deploy - deploy
...@@ -55,7 +55,7 @@ deploy_test3: ...@@ -55,7 +55,7 @@ deploy_test3:
- npm run build - npm run build
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test3@astral.startinblox.com:~/front/ - scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test3@astral.startinblox.com:~/front/
only: only:
- feature/* - /^feature\/.*/
when: manual when: manual
tags: tags:
- deploy - deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment