test
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-01-26 15:21:25 +08:00
parent 30f4195a8a
commit 18a27f82fd

View File

@@ -41,3 +41,11 @@ jobs:
SOURCE: dist/ SOURCE: dist/
REMOTE_USER: root REMOTE_USER: root
TARGET: /root/WebPreview/build TARGET: /root/WebPreview/build
- uses: appleboy/ssh-action@v1
with:
host: ${{ secrets.HOST }}
username: root
key: ${{ secrets.KEY }}
port: ${{ matrix.remote_port }}
script_path: /root/WebPreview/backend.sh