Change to metallb ssh

This commit is contained in:
dvirlabs 2025-06-15 15:21:34 +03:00
parent 7cab3c4219
commit dbc0f089f4

View File

@ -54,9 +54,10 @@ steps:
- mkdir -p ~/.ssh
- echo "$GIT_DEPLOY_KEY" > ~/.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.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
- 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