Merge pull request 'revert to olf FTP Deploy' (#10) from alice/helm-charts:main into main

Reviewed-on: coo-ops.space/helm-charts#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
- 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 }}