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: |