cicd: deployed manually stg from release branch
This commit is contained in:
parent
e009a3c986
commit
a366011581
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user