try different ftp action #8

Merged
alice merged 1 commits from alice/helm-charts:main into main 2023-06-26 13:09:39 +00:00

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 }}