From 7caa09501d26ff0ab17c67cdec338600d8619616 Mon Sep 17 00:00:00 2001 From: Lucas Hahmann Date: Mon, 27 Jul 2026 09:43:25 +0000 Subject: [PATCH] =?UTF-8?q?=C3=84nderung=20des=20SSH=20Ports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c509a36..9876f84 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -45,6 +45,6 @@ jobs: run: | # Wir nutzen den absoluten Pfad zum Key /root/.ssh/id_ed25519 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/ \ gitea-deploy@webserver.hahmann-trier.local:/var/www/www-deepwatersurvival-de \ No newline at end of file