cicd: deployed manually stg from release branch

This commit is contained in:
plup 2020-03-16 16:12:58 +01:00
parent e009a3c986
commit a366011581
1 changed files with 4 additions and 2 deletions

View File

@ -72,7 +72,8 @@ deploy_stg1:
- npm run build
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* stg1@astral.startinblox.com:~/front/
only:
- master
- /^release\/.*/
when: manual
tags:
- deploy
@ -88,7 +89,8 @@ deploy_stg2:
- npm run build
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* stg2@astral.startinblox.com:~/front/
only:
- master
- /^release\/.*/
when: manual
tags:
- deploy