Change to metallb ssh
This commit is contained in:
parent
7cab3c4219
commit
dbc0f089f4
@ -54,9 +54,10 @@ steps:
|
|||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- echo "$GIT_DEPLOY_KEY" > ~/.ssh/id_rsa
|
- echo "$GIT_DEPLOY_KEY" > ~/.ssh/id_rsa
|
||||||
- chmod 600 ~/.ssh/id_rsa
|
- chmod 600 ~/.ssh/id_rsa
|
||||||
|
- ssh-keyscan 192.168.10.242 >> ~/.ssh/known_hosts
|
||||||
- git config --global user.name "Woodpecker Bot"
|
- git config --global user.name "Woodpecker Bot"
|
||||||
- git config --global user.email "ci@dvirlabs.com"
|
- git config --global user.email "ci@dvirlabs.com"
|
||||||
- git clone git clone git@192.168.10.242:dvirlabs/my-apps.git
|
- git clone git@192.168.10.242:dvirlabs/my-apps.git
|
||||||
- cd my-apps/manifests/labmap
|
- cd my-apps/manifests/labmap
|
||||||
- yq e '.image.frontend.tag = "${CI_COMMIT_SHA:0:7}"' -i values.yaml
|
- yq e '.image.frontend.tag = "${CI_COMMIT_SHA:0:7}"' -i values.yaml
|
||||||
- yq e '.image.backend.tag = "${CI_COMMIT_SHA:0:7}"' -i values.yaml
|
- yq e '.image.backend.tag = "${CI_COMMIT_SHA:0:7}"' -i values.yaml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user