cicd: replaced glob by regex
This commit is contained in:
@ -21,7 +21,7 @@ deploy_test1:
|
||||
- npm run build
|
||||
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test1@astral.startinblox.com:~/front/
|
||||
only:
|
||||
- feature/*
|
||||
- /^feature\/.*/
|
||||
when: manual
|
||||
tags:
|
||||
- deploy
|
||||
|
Reference in New Issue
Block a user