Compare commits
No commits in common. "fb88e458e6734fd954835c8a8cb2e029d946f64c" and "bdd05131a76add2133229bc65ef4ee0f797dd1bf" have entirely different histories.
fb88e458e6
...
bdd05131a7
@ -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/GenieTim/ftp-action@v4.0.1
|
||||||
with:
|
with:
|
||||||
server: ${{ secrets.ftp_host }}
|
host: ${{ secrets.ftp_host }}
|
||||||
user: ${{ secrets.ftp_user }}
|
user: ${{ secrets.ftp_user }}
|
||||||
remote_dir: ./
|
remoteDir: ./
|
||||||
local_dir: ./_build/
|
localDir: ./_build/
|
||||||
ftp_ssl_allow: true
|
forceSsl: true
|
||||||
delete: "false"
|
|
||||||
password: ${{ secrets.ftp_password }}
|
password: ${{ secrets.ftp_password }}
|
||||||
|
Loading…
Reference in New Issue
Block a user