Merge branch 'feature/testing_workflow' into 'master'
Feature/testing workflow See merge request applications/sib-app!117
This commit is contained in:
commit
e009a3c986
@ -21,7 +21,7 @@ deploy_test1:
|
|||||||
- npm run build
|
- npm run build
|
||||||
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test1@astral.startinblox.com:~/front/
|
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test1@astral.startinblox.com:~/front/
|
||||||
only:
|
only:
|
||||||
- feature/*
|
- /^feature\/.*/
|
||||||
when: manual
|
when: manual
|
||||||
tags:
|
tags:
|
||||||
- deploy
|
- deploy
|
||||||
@ -38,7 +38,7 @@ deploy_test2:
|
|||||||
- npm run build
|
- npm run build
|
||||||
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test2@astral.startinblox.com:~/front/
|
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test2@astral.startinblox.com:~/front/
|
||||||
only:
|
only:
|
||||||
- feature/*
|
- /^feature\/.*/
|
||||||
when: manual
|
when: manual
|
||||||
tags:
|
tags:
|
||||||
- deploy
|
- deploy
|
||||||
@ -55,7 +55,7 @@ deploy_test3:
|
|||||||
- npm run build
|
- npm run build
|
||||||
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test3@astral.startinblox.com:~/front/
|
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test3@astral.startinblox.com:~/front/
|
||||||
only:
|
only:
|
||||||
- feature/*
|
- /^feature\/.*/
|
||||||
when: manual
|
when: manual
|
||||||
tags:
|
tags:
|
||||||
- deploy
|
- deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user