diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d754de76..d2d3368f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,3 +39,5 @@ jobs: port: ${{ secrets.SSH_PORT }} source: "dist/*" target: ${{ secrets.TARGET_PATH }} + rm: true + overwrite: true