From 78ba78e32381e7229e9a987fae4e951fe77fc37a Mon Sep 17 00:00:00 2001 From: Florian Walther Date: Sun, 1 Feb 2026 18:42:57 +0100 Subject: [PATCH] =?UTF-8?q?workflow=20und=20struktur=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 2 +- index.html => public/index.html | 0 logo.png => public/logo.png | Bin 3 files changed, 1 insertion(+), 1 deletion(-) rename index.html => public/index.html (100%) rename logo.png => public/logo.png (100%) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0eca4ed..b4c915c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: - name: Dateien auf Webserver übertragen uses: https://github.com/appleboy/scp-action@master with: - host: gitea.scu.si + host: pages.scu.si username: ${{ secrets.DEPLOY_USER }} key: ${{ secrets.DEPLOY_SSH_KEY }} port: 22 diff --git a/index.html b/public/index.html similarity index 100% rename from index.html rename to public/index.html diff --git a/logo.png b/public/logo.png similarity index 100% rename from logo.png rename to public/logo.png