From 56a203b4c56b6f0215dec31e754171f019f282b9 Mon Sep 17 00:00:00 2001 From: thom Date: Mon, 28 Apr 2025 23:06:39 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 102f04c..d1ce522 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ deploy: - chmod 600 ~/.ssh/id_ed25519 - echo "Host deploy-target" >> ~/.ssh/config - echo " HostName 192.168.1.14" >> ~/.ssh/config - - echo " User http" >> ~/.ssh/config + - echo " User gitdeploy" >> ~/.ssh/config - echo " StrictHostKeyChecking no" >> ~/.ssh/config script: - ssh deploy-target "true" # Trigger forced command (will auto-run git pull) \ No newline at end of file