ci: specify port
This commit is contained in:
parent
7a8ab56e1a
commit
df8a10c75b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
|||
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
|
||||
with:
|
||||
server: ${{ secrets.SFTP_HOST }}
|
||||
port: 22 # Default SFTP port
|
||||
username: ${{ secrets.SFTP_USERNAME }}
|
||||
password: ${{ secrets.SFTP_PASSWORD }}
|
||||
local-dir: "./out/"
|
||||
|
|
Loading…
Add table
Reference in a new issue