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