From 25c0e7b9b746ae3aa183a24e648ce8abf43a9ac7 Mon Sep 17 00:00:00 2001 From: cclohmar Date: Tue, 7 Jul 2026 12:57:58 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20remove=20--destroy=20blocker=20?= =?UTF-8?q?=E2=80=94=20tool=20handles=20cert=20backup/restore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deploy.sh b/deploy.sh index dc8e2d8..04b0734 100755 --- a/deploy.sh +++ b/deploy.sh @@ -22,12 +22,6 @@ DOMAIN="${DOMAIN:-nextwks.eu}" # --- Mode detection --- GREENFIELD=false if [ "${1:-}" = "--destroy" ]; then - echo "" - echo "⚠️ WARNING: Greenfield deploy destroys LE certificates and hits Let's Encrypt rate limits!" - echo " Only use --destroy if you understand the consequences." - echo " Press Ctrl+C now to abort, or wait 5 seconds to continue..." - echo "" - sleep 5 GREENFIELD=true echo "[MODE] Greenfield deploy (--destroy)" elif [ ! -d "$TARGET_DIR" ]; then