ftp-action/entrypoint.sh
Thijs Niks 5b5c1425a2 Revert "Added bash feedback"
This reverts commit 098896f8ae.
2019-11-15 17:48:52 -08:00

6 lines
199 B
Bash
Executable File

#!/bin/sh
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"