mirror of
https://github.com/sebastianpopp/ftp-action.git
synced 2024-12-23 03:09:50 +01:00
Deference symbolic links
This commit is contained in:
parent
0dcdfc242f
commit
890fde3763
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
lftp $INPUT_HOST -u $INPUT_USER,$INPUT_PASSWORD -e "set ssl:verify-certificate false; mirror -R -c -x ^\.git/$ $INPUT_LOCALDIR $INPUT_REMOTEDIR; quit"
|
lftp $INPUT_HOST -u $INPUT_USER,$INPUT_PASSWORD -e "set ssl:verify-certificate false; mirror -R -c -L -x ^\.git/$ $INPUT_LOCALDIR $INPUT_REMOTEDIR; quit"
|
||||||
|
|
Loading…
Reference in a new issue