From aa07d2ddaa157beb26c150b0729c249efeed16a6 Mon Sep 17 00:00:00 2001 From: maximus Date: Wed, 24 Jun 2026 20:42:31 +0200 Subject: [PATCH] rebuild deploy --- .gitea/workflows/deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 98e3180..741f5ec 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -37,8 +37,12 @@ jobs: FTP_SERVER: ${{ secrets.FTP_SERVER }} # Doit contenir : 10.10.40.12 run: | cat << EOF > script.lftp - set ftp:ssl-allow yes + set ftp:passive-mode true + set ftp:ssl-allow no set ssl:verify-certificate no + set net:timeout 5 + set net:max-retries 2 + set dns:fatal-timeout 2 open -u "${FTP_USER}","${FTP_PASSWORD}" "${FTP_SERVER}" cd home/${FTP_USER} # On est déjà chrooté dans /public_html, on lance directement le transfert