diff options
author | emkael <emkael@tlen.pl> | 2021-11-21 23:08:12 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2021-11-21 23:08:12 +0100 |
commit | a713ee1c1230dbd3ddc96b2c011f2c955df32211 (patch) | |
tree | 859b709206871060f7154d667489784613e24aed | |
parent | ecc79e4ea246da6047f3823f400d1b245b598272 (diff) |
Full mirror on boards WWW upload
-rw-r--r-- | .envrc | bin | 738 -> 787 bytes | |||
-rwxr-xr-x | boards/run.sh | 2 |
2 files changed, 1 insertions, 1 deletions
Binary files 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 |