fix: change value of source again
All checks were successful
自动构建并部署Astro博客 / build-and-deploy (push) Successful in 39s

This commit is contained in:
2026-04-22 11:43:24 +08:00
parent 808f328fd0
commit a58d6db78f

View File

@@ -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