From 9843a20dfc22e93e35ea5dc1f32ad9e8d24651ea Mon Sep 17 00:00:00 2001 From: isUnknown Date: Sun, 12 Apr 2026 10:21:30 +0200 Subject: [PATCH] =?UTF-8?q?CI=20:=20fix=20credentials=20avec=20caract?= =?UTF-8?q?=C3=A8res=20sp=C3=A9ciaux=20dans=20lftp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Passer USERNAME/PASSWORD via -u sur la ligne de commande shell plutôt que dans un fichier script lftp, pour éviter que les caractères spéciaux soient interprétés comme des commandes lftp. Co-Authored-By: Claude Opus 4.6 --- .forgejo/workflows/deploy.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 0972183..2f98a66 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -23,10 +23,4 @@ jobs: HOST: ${{ secrets.HOST }} run: | apt-get update -qq && apt-get install -y -qq lftp - cat > /tmp/lftp-script.txt <