Update ftp-deploy.yml
This commit is contained in:
parent
6894f8c002
commit
c1bc4dc7c4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ftp-deploy.yml
vendored
4
.github/workflows/ftp-deploy.yml
vendored
|
@ -17,6 +17,6 @@ jobs:
|
||||||
server: ${{ secrets.FTP_HOST }}
|
server: ${{ secrets.FTP_HOST }}
|
||||||
username: ${{ secrets.FTP_USER }}
|
username: ${{ secrets.FTP_USER }}
|
||||||
password: ${{ secrets.FTP_PASSWORD }}
|
password: ${{ secrets.FTP_PASSWORD }}
|
||||||
protocol: ftps
|
protocol: ftp
|
||||||
port: ${{ secrets.FTP_PORT }}
|
port: 21
|
||||||
server-dir: ${{ secrets.FTP_DIR }}
|
server-dir: ${{ secrets.FTP_DIR }}
|
||||||
|
|
Loading…
Reference in a new issue