cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
501d38be567e364b0bf58f9d3f5ddb061a908084
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2026-02-10T19:20:42Z
.gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) @@ -23,7 +23,9 @@ deploy-job: echo "Host homelab-remote HostName $SERVER_IP User $SERVER_USER - Port 2169" > $HOME/.ssh/config + Port 2169 + StrictHostKeyChecking no + UserKnownHostsFile /dev/null" > $HOME/.ssh/config - chmod 600 $HOME/.ssh/config - eval $(ssh-agent -s) - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -