We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4df9b6 commit 1ef2534Copy full SHA for 1ef2534
1 file changed
.github/workflows/deployment.yml
@@ -32,6 +32,7 @@ jobs:
32
uses: appleboy/scp-action@v0.1.7
33
with:
34
host: ${{ secrets.SERVER_HOST }}
35
+ port: ${{ secrets.SERVER_PORT }}
36
username: ${{ secrets.SERVER_USERNAME }}
37
password: ${{ secrets.SERVER_PASSWORD }}
38
source: dist/*
0 commit comments