action
This commit is contained in:
parent
c5e74b576a
commit
e5833f43a9
|
|
@ -42,9 +42,21 @@ jobs:
|
|||
# FTP Password.
|
||||
password: DL0NzRdjf1Wv
|
||||
# Local directory.
|
||||
local_dir: ${{ github.workspace }}/jar/,${{ github.workspace }}/json/
|
||||
local_dir: ${{ github.workspace }}/json/
|
||||
# Remote directory.
|
||||
remote_dir: htdocs/
|
||||
|
||||
|
||||
- name: FTP Deploy Action via lftp (FTP, SFTP, FTPS)
|
||||
uses: airvzxf/ftp-deployment-action@latest
|
||||
with:
|
||||
# FTP Server.
|
||||
server: ftpupload.net
|
||||
# FTP User.
|
||||
user: mseet_40633048
|
||||
# FTP Password.
|
||||
password: DL0NzRdjf1Wv
|
||||
# Local directory.
|
||||
local_dir: ${{ github.workspace }}/jar/
|
||||
# Remote directory.
|
||||
remote_dir: htdocs/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue