Änderung des SSH Ports
Deploy Hugo Site / deploy (push) Successful in 5s

This commit is contained in:
2026-07-27 09:43:25 +00:00
parent 7523fc25e4
commit 7caa09501d
+1 -1
View File
@@ -45,6 +45,6 @@ jobs:
run: | run: |
# Wir nutzen den absoluten Pfad zum Key /root/.ssh/id_ed25519 # Wir nutzen den absoluten Pfad zum Key /root/.ssh/id_ed25519
rsync -avz --delete \ rsync -avz --delete \
-e "ssh -i /root/.ssh/id_ed25519 -o StrictHostKeyChecking=accept-new" \ -e "ssh -p 8147 -i /root/.ssh/id_ed25519 -o StrictHostKeyChecking=accept-new" \
public/ \ public/ \
gitea-deploy@webserver.hahmann-trier.local:/var/www/www-deepwatersurvival-de gitea-deploy@webserver.hahmann-trier.local:/var/www/www-deepwatersurvival-de