mirror of
https://github.com/GenieTim/ftp-action.git
synced 2024-12-04 23:12:26 +08:00
parent
098896f8ae
commit
5b5c1425a2
@ -1,13 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
echo "Starting FTP Deploy"
|
||||
|
||||
echo "Using $INPUT_USER to connect to $INPUT_HOST"
|
||||
|
||||
echo "Mirroring from $INPUT_LOCALDIR to $INPUT_REMOTEDIR"
|
||||
set -e
|
||||
|
||||
lftp $INPUT_HOST -u $INPUT_USER,$INPUT_PASSWORD -e "set ssl:verify-certificate false; mirror --reverse --continue --dereference -x ^\.git/$ $INPUT_LOCALDIR $INPUT_REMOTEDIR; quit"
|
||||
|
||||
echo "FTP Deploy Complete"
|
Loading…
Reference in New Issue
Block a user