try different ftp action

This commit is contained in:
alice 2023-06-26 13:08:56 +00:00
parent 32bf483323
commit efe3786515

View File

@ -43,11 +43,12 @@ jobs:
done
- name: Deploy to FTP Server
uses: https://github.com/GenieTim/ftp-action@v4.0.1
uses: https://github.com/airvzxf/ftp-deployment-action@latest
with:
host: ${{ secrets.ftp_host }}
server: ${{ secrets.ftp_host }}
user: ${{ secrets.ftp_user }}
remoteDir: ./
localDir: ./_build/
forceSsl: true
remote_dir: ./
local_dir: ./_build/
ftp_ssl_allow: true
delete: "false"
password: ${{ secrets.ftp_password }}