Compare commits

...

2 Commits

Author SHA1 Message Date
e62326bbd9 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
2023-06-26 13:25:51 +00:00
eae311b0d7 revert to olf FTP Deploy
All checks were successful
checks / check and test (pull_request) Successful in 26s
2023-06-26 13:25:20 +00:00

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/SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: ${{ secrets.ftp_host }}
user: ${{ secrets.ftp_user }}
# remote_dir: ./
local_dir: "./_build"
ftp_ssl_allow: true
delete: "false"
username: ${{ secrets.ftp_user }}
server-dir: ./
local-dir: "./_build"
protocol: ftps
password: ${{ secrets.ftp_password }}