cicd: replaced glob by regex
This commit is contained in:
parent
8588c91965
commit
1fb4533021
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user