From e5c6db95b78b63c94e6516d760fafd5254727df1 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Wed, 14 Jan 2026 23:31:42 +0800 Subject: [PATCH] fix --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 53ae319..f92420b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,11 +16,9 @@ jobs: include: - name: debian build_command: build - remote_host: ${{ secrets.HOST }} remote_port: 22 - name: school build_command: build:staging - remote_host: ${{ secrets.HOST }} remote_port: 8822 steps: - uses: actions/checkout@v5 @@ -37,7 +35,7 @@ jobs: - uses: easingthemes/ssh-deploy@main env: SSH_PRIVATE_KEY: ${{ secrets.KEY }} - REMOTE_HOST: ${{ matrix.remote_host }} + REMOTE_HOST: ${{ secrets.HOST }} REMOTE_PORT: ${{ matrix.remote_port }} ARGS: "-avzr --delete" SOURCE: dist/