Skip to content

Commit 5b5c142

Browse files
committed
Revert "Added bash feedback"
This reverts commit 098896f.
1 parent 098896f commit 5b5c142

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

entrypoint.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
#!/bin/sh
22

3-
set -eu
4-
5-
echo "Starting FTP Deploy"
6-
7-
echo "Using $INPUT_USER to connect to $INPUT_HOST"
8-
9-
echo "Mirroring from $INPUT_LOCALDIR to $INPUT_REMOTEDIR"
3+
set -e
104

115
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"
12-
13-
echo "FTP Deploy Complete"

0 commit comments

Comments
 (0)