From b06b1fb1d58144a2e5e6334925c86fe40f73e725 Mon Sep 17 00:00:00 2001 From: Roberto Musso Date: Sat, 11 Apr 2026 01:57:10 +0200 Subject: [PATCH] change command --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index bd7edd8..2d20786 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -19,6 +19,6 @@ jobs: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USER }} key: ${{ secrets.SSH_KEY }} - source: "index.html,privacy.html,terms.html,assets/" + source: "index.html,privacy.html,terms.html,assets/*" target: "/opt/adiuvai-website/html/" - overwrite: true \ No newline at end of file + rm: true \ No newline at end of file