From 0765d95edb4a5a32849405bee4642b753395c409 Mon Sep 17 00:00:00 2001 From: RyujiDanma Date: Wed, 1 Jun 2022 19:21:32 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 33a5894..7685f7c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,4 +13,4 @@ steps: HOST: from_secret: shelter-host commands: - - lftp -c "set cmd:fail-exit yes; set ftp:ssl-allow no; open -d -u $USERNAME,$PASSWORD $HOST; cd cila.camelia-studio.org/moisson-rouge; mirror -Rpnevvv --parallel=10 --exclude .git/" \ No newline at end of file + - lftp -c "set cmd:fail-exit yes; set ftp:ssl-allow no;set dns:order \"inet inet6\"; open -d -u $USERNAME,$PASSWORD $HOST; cd cila.camelia-studio.org/moisson-rouge; mirror -Rpnevvv --parallel=10 --exclude .git/" \ No newline at end of file