Merge pull request 'try different ftp action' (#8) from alice/helm-charts:main into main
Some checks failed
checks / check and test (push) Successful in 26s
generate-chart / generate-chart-publish (push) Failing after 47s

Reviewed-on: #8
This commit is contained in:
alice 2023-06-26 13:09:33 +00:00
commit fb88e458e6

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