fix: exclude node_modules, .git, and giant assets from scp to prevent transfer timeout

This commit is contained in:
MythEclipse
2026-05-17 21:59:09 +07:00
parent a92ad630c9
commit 781b1da2dd
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
host: ${{ secrets.VPS_HOST }}
username: ${{ secrets.VPS_USERNAME }}
key: ${{ secrets.VPS_SSH_KEY }}
source: "."
source: ".,!node_modules,!.git,!.github,!recordings,!dist,!.env,!*.db,!*.db-shm,!*.db-wal,!test_out.nut"
target: "/opt/imphenbot"
rm: false