cicd: replaced glob by regex

This commit is contained in:
plup 2020-03-16 10:50:07 +01:00
parent 8588c91965
commit 1fb4533021
1 changed files with 1 additions and 1 deletions

View File

@ -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