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