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