security: remove hardcoded credentials from scripts and docs

This commit is contained in:
Agent Zero
2026-07-28 00:35:09 +02:00
parent 106f888cb9
commit 5378372aba
4 changed files with 33 additions and 5 deletions
Executable → Regular
+1 -1
View File
@@ -16,7 +16,7 @@ cd /a0/usr/workdir/leocrm-fix
if [ "$MODE" = "full" ]; then
echo "[Full Deploy] Triggering Coolify rebuild..."
COOLIFY_API_TOKEN='2|UnMMp2WYbXFJCrOuZ1yqSK96hMooPTAfAJPIXiQc1e47154e' \
COOLIFY_API_TOKEN="${COOLIFY_API_TOKEN:-}" \
COOLIFY_APP_UUID='stvabl4vaqru7jclx4ittzr3' \
COOLIFY_BASE_URL='https://server.media-on.de' \
SSH_KEY="$SSH_KEY" \