build: added tags and release branches to deploy job
This commit is contained in:
@@ -35,6 +35,9 @@ variables:
|
|||||||
- lftp -u $FTP_USER,$FTP_PW -p $FTP_PORT $FTP_ADDR -e "mkdir $TARGET_DIR; mput -O $TARGET_DIR Sourcetrail*; bye"
|
- lftp -u $FTP_USER,$FTP_PW -p $FTP_PORT $FTP_ADDR -e "mkdir $TARGET_DIR; mput -O $TARGET_DIR Sourcetrail*; bye"
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- tags
|
||||||
|
- /^release.*$/
|
||||||
|
|
||||||
|
|
||||||
## Build Stage ##
|
## Build Stage ##
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user