Update file .gitlab-ci.yml

This commit is contained in:
thom 2025-04-28 23:06:39 +00:00
parent 76b97bc0cb
commit 56a203b4c5

View File

@ -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)