Compare commits

..

No commits in common. "fb88e458e6734fd954835c8a8cb2e029d946f64c" and "bdd05131a76add2133229bc65ef4ee0f797dd1bf" have entirely different histories.

View File

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