From 65739d3e5226b34e16e9fc500efc6434e12faa00 Mon Sep 17 00:00:00 2001 From: thom Date: Thu, 23 Oct 2025 19:43:25 +0000 Subject: [PATCH] Hopes and prayers that it works --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3cadce2..d007125 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,5 +10,5 @@ deploy: - echo "$SSH_PRIVATE_KEY" | base64 -d > ~/.ssh/id_ed25519 - chmod 600 ~/.ssh/id_ed25519 script: - - ssh $deploy "cd /var/www/wiimart.org && git pull && sudo systemctl reload httpd" + - ssh -o StrictHostKeyChecking=accept-new $deploy "cd /var/www/wiimart.org && git pull && sudo systemctl reload httpd" - rm -rf ~/.ssh/id_ed25519 \ No newline at end of file