From a713ee1c1230dbd3ddc96b2c011f2c955df32211 Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 21 Nov 2021 23:08:12 +0100 Subject: Full mirror on boards WWW upload --- .envrc | Bin 738 -> 787 bytes boards/run.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 561cb19..d94b87a 100644 Binary files a/.envrc and b/.envrc differ diff --git a/boards/run.sh b/boards/run.sh index bd6467b..b3fc2e6 100755 --- a/boards/run.sh +++ b/boards/run.sh @@ -9,7 +9,7 @@ then else lftp << EOF open -u ${LIGA_FTP_USER},${LIGA_FTP_PASS} ${LIGA_FTP_HOST} - mirror -R output/ ${LIGA_BOARDS_FTP_PATH} --exclude-glob .* + mirror -R output/ ${LIGA_BOARDS_FTP_PATH} --delete --exclude-glob .* EOF fi fi -- cgit v1.2.3