Add secrets documentation

This commit is contained in:
2026-06-18 23:42:32 -07:00
parent e14799cc51
commit 524c77757c
+16
View File
@@ -0,0 +1,16 @@
# Secrets for Woodpecker CI/CD
# Set these in the Woodpecker Web UI for this repository
# SSH_KEY: Base64-encoded SSH private key for docker-2.local
# Generate: base64 -w0 < ~/.ssh/id_rsa
# This allows Woodpecker to deploy to your Docker Swarm
# TEAMS_WEBHOOK: Microsoft Teams webhook URL
# This allows Woodpecker to send deployment notifications
# Format: https://bryanfamily.webhook.office.com/...
# To set secrets:
# 1. Go to Woodpecker Web UI: https://woodpecker.bryanmail.net
# 2. Select repository: homelab/compose-files
# 3. Settings → Secrets
# 4. Add SSH_KEY and TEAMS_WEBHOOK