add action

This commit is contained in:
Sebastian Popp 2019-09-04 22:29:00 +02:00
parent 37f3dddf43
commit 83bf24a942
3 changed files with 43 additions and 0 deletions

5
entrypoint.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
set -e
lftp $INPUT_HOST -u $INPUT_USER,$INPUT_PASSWORD -e "set ssl:verify-certificate false; mirror -R $INPUT_LOCALDIR $INPUT_REMOTEDIR; quit"