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

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