From 10990c3268c47bd0cfaca2c56d7894258aef40b2 Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Tue, 18 Jun 2024 21:04:39 +0200 Subject: [PATCH] Fix path (finally, I hope!) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 890e871..2771194 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: with: switches: -rav --delete path: public/ - remote_path: /var/www/virtual/n4th4n/html/bullenscheisse.de/ + remote_path: /var/www/virtual/n4th4n/bullenscheisse.de remote_host: chiron.uberspace.de remote_user: n4th4n remote_key: ${{ secrets.SSH_KEY }} \ No newline at end of file