action
This commit is contained in:
parent
c40988d997
commit
d671e7090b
|
|
@ -33,18 +33,18 @@ jobs:
|
||||||
add: "['./jar/custom_spider.jar', './jar/custom_spider.jar.md5','./json/index.json']"
|
add: "['./jar/custom_spider.jar', './jar/custom_spider.jar.md5','./json/index.json']"
|
||||||
|
|
||||||
- name: FTP Deploy Action via lftp (FTP, SFTP, FTPS)
|
- name: FTP Deploy Action via lftp (FTP, SFTP, FTPS)
|
||||||
uses: anvil-solutions/Fast-FTP-Action@2.1.3
|
uses: airvzxf/ftp-deployment-action@latest
|
||||||
with:
|
with:
|
||||||
# Sever Hostname or IP
|
# FTP Server.
|
||||||
server: ftpupload.net
|
server: ftpupload.net
|
||||||
port: 21
|
# FTP User.
|
||||||
# Login Username
|
user: mseet_40633048
|
||||||
username: mseet_40633048
|
# FTP Password.
|
||||||
# Login Password
|
password: DL0NzRdjf1Wv
|
||||||
password: DL0NzRdjf1Wv
|
# Local directory.
|
||||||
# Default port are FTP(21), SFTP(22).
|
local_dir: ${{ github.workspace }}/jar/,${{ github.workspace }}/json/
|
||||||
method: ftp
|
# Remote directory.
|
||||||
# Upload source directory.
|
remote_dir: htdocs/
|
||||||
local_dir: $GITHUB_WORKSPACE/jar/,$GITHUB_WORKSPACE/json/
|
|
||||||
remote_dir: htdocs/
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue