Skip to content

Commit 1ef2534

Browse files
committed
chore(ci): define ssh port for deployment
Signed-off-by: neokoni <dulin081682@126.com>
1 parent c4df9b6 commit 1ef2534

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: appleboy/scp-action@v0.1.7
3333
with:
3434
host: ${{ secrets.SERVER_HOST }}
35+
port: ${{ secrets.SERVER_PORT }}
3536
username: ${{ secrets.SERVER_USERNAME }}
3637
password: ${{ secrets.SERVER_PASSWORD }}
3738
source: dist/*

0 commit comments

Comments
 (0)