Add maintenance secrets reference (no secrets)
ci/woodpecker/push/woodpecker Pipeline was canceled

This commit is contained in:
2026-06-20 23:21:49 -07:00
parent 34db263958
commit d3edc8e036
+21
View File
@@ -0,0 +1,21 @@
# maintenance Stack — Secrets Reference
# Source: maintenance.env
#
# ✅ NO SECRETS — This stack contains no sensitive values.
# All values are hostnames/URLs safe to store in the compose file directly.
#
# This makes maintenance an ideal first stack to test the pipeline with,
# as there is nothing to provision in the provision-secrets step.
# ── NON-SECRETS (all values safe in compose file or .env) ─────────────────────
# CRONICLE_base_app_url Cronicle public URL
# CRONICLE_custom_live_log_socket_url Cronicle WebSocket URL
# CRONICLE_HOST Traefik hostname
# UPTIME_HOST Traefik hostname
# ── Woodpecker provision-secrets case entry ───────────────────────────────────
#
# maintenance)
# echo " No secrets required for maintenance stack"
# ;;