From 24bb3517609dcb2a555663e57890281c1af4d5b5 Mon Sep 17 00:00:00 2001 From: engigu Date: Tue, 9 Jan 2024 18:03:14 +0800 Subject: [PATCH] update depoly port --- .github/workflows/custom_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/custom_deploy.yml b/.github/workflows/custom_deploy.yml index 9fb256b..e2c2714 100644 --- a/.github/workflows/custom_deploy.yml +++ b/.github/workflows/custom_deploy.yml @@ -54,6 +54,7 @@ jobs: uses: appleboy/ssh-action@master with: host: ${{ secrets.SERVER_HOST }} + port: ${{ secrets.SERVER_PORT }} username: ${{ secrets.SERVER_USERNAME }} password: ${{ secrets.SERVER_PASSWD }} script: |