forked from coo-ops.space/helm-charts
try different ftp action
This commit is contained in:
parent
32bf483323
commit
efe3786515
@ -43,11 +43,12 @@ jobs:
|
||||
done
|
||||
|
||||
- name: Deploy to FTP Server
|
||||
uses: https://github.com/GenieTim/ftp-action@v4.0.1
|
||||
uses: https://github.com/airvzxf/ftp-deployment-action@latest
|
||||
with:
|
||||
host: ${{ secrets.ftp_host }}
|
||||
server: ${{ secrets.ftp_host }}
|
||||
user: ${{ secrets.ftp_user }}
|
||||
remoteDir: ./
|
||||
localDir: ./_build/
|
||||
forceSsl: true
|
||||
remote_dir: ./
|
||||
local_dir: ./_build/
|
||||
ftp_ssl_allow: true
|
||||
delete: "false"
|
||||
password: ${{ secrets.ftp_password }}
|
||||
|
Loading…
Reference in New Issue
Block a user