diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5ceb0d0..75b58b4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: username: ${{ secrets.SERVER_USER }} port: ${{ secrets.SERVER_PORT }} key: ${{ secrets.SERVER_SSH_KEY }} - source: "dist/*" + source: "dist/" target: "/var/www/blog/" overwrite: true - rm: true \ No newline at end of file + strip_components: 1 \ No newline at end of file