revert to olf FTP Deploy #10

Merged
alice merged 1 commits from alice/helm-charts:main into main 2023-06-26 13:25:57 +00:00
Showing only changes of commit eae311b0d7 - Show all commits

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