Merge pull request 'revert to olf FTP Deploy' (#10) from alice/helm-charts:main into main
Some checks failed
checks / check and test (push) Successful in 24s
generate-chart / generate-chart-publish (push) Failing after 31s

Reviewed-on: #10
This commit is contained in:
alice 2023-06-26 13:25:51 +00:00
commit e62326bbd9

View File

@ -43,12 +43,11 @@ jobs:
done done
- name: Deploy to FTP Server - name: Deploy to FTP Server
uses: https://github.com/airvzxf/ftp-deployment-action@latest uses: https://github.com/SamKirkland/FTP-Deploy-Action@v4.3.4
with: with:
server: ${{ secrets.ftp_host }} server: ${{ secrets.ftp_host }}
user: ${{ secrets.ftp_user }} username: ${{ secrets.ftp_user }}
# remote_dir: ./ server-dir: ./
local_dir: "./_build" local-dir: "./_build"
ftp_ssl_allow: true protocol: ftps
delete: "false"
password: ${{ secrets.ftp_password }} password: ${{ secrets.ftp_password }}