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