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