From ac4e4d531bf447ac8453c58e6eac73534f960294 Mon Sep 17 00:00:00 2001 From: roberto Date: Wed, 4 Mar 2026 09:22:15 +0100 Subject: [PATCH] release site update --- .gitea/workflows/deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 694c23e..06a6fed 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -19,7 +19,6 @@ jobs: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USER }} key: ${{ secrets.SSH_KEY }} - source: "./*" + source: "index.html" target: "/opt/adiuva-website/html/" - strip_components: 1 overwrite: true \ No newline at end of file