From 1a91c33132b9781acba73c2bf5a7b0d9a4ac1c3e Mon Sep 17 00:00:00 2001 From: engigu Date: Tue, 9 Jan 2024 18:05:30 +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 e2c2714..c17d571 100644 --- a/.github/workflows/custom_deploy.yml +++ b/.github/workflows/custom_deploy.yml @@ -45,6 +45,7 @@ jobs: uses: appleboy/scp-action@master with: host: ${{ secrets.SERVER_HOST }} + port: ${{ secrets.SERVER_PORT }} username: ${{ secrets.SERVER_USERNAME }} password: ${{ secrets.SERVER_PASSWD }} source: "Message-Nest"