Skip to content
Snippets Groups Projects
Commit a3660115 authored by plup's avatar plup
Browse files

cicd: deployed manually stg from release branch

parent e009a3c9
No related branches found
No related tags found
No related merge requests found
Pipeline #4743 skipped with stage
...@@ -72,7 +72,8 @@ deploy_stg1: ...@@ -72,7 +72,8 @@ deploy_stg1:
- npm run build - npm run build
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* stg1@astral.startinblox.com:~/front/ - scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* stg1@astral.startinblox.com:~/front/
only: only:
- master - /^release\/.*/
when: manual
tags: tags:
- deploy - deploy
...@@ -88,7 +89,8 @@ deploy_stg2: ...@@ -88,7 +89,8 @@ deploy_stg2:
- npm run build - npm run build
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* stg2@astral.startinblox.com:~/front/ - scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* stg2@astral.startinblox.com:~/front/
only: only:
- master - /^release\/.*/
when: manual
tags: tags:
- deploy - deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment