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

cicd: replaced glob by regex

parent 8588c919
No related branches found
No related tags found
1 merge request!117Feature/testing workflow
Pipeline #3960 skipped with stage
...@@ -21,7 +21,7 @@ deploy_test1: ...@@ -21,7 +21,7 @@ deploy_test1:
- npm run build - npm run build
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test1@astral.startinblox.com:~/front/ - scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test1@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