refactor(woodpecker.env.example): replace hardcoded URLs with variable references
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-06-25 22:58:02 -07:00
parent 82c3dfb6d1
commit 25f9bab3b0
+2 -2
View File
@@ -1,11 +1,11 @@
# Woodpecker CI/CD Environment Configuration # Woodpecker CI/CD Environment Configuration
# Step 1: Get Gitea OAuth2 Credentials # Step 1: Get Gitea OAuth2 Credentials
# 1. Go to https://git.bryanmail.net # 1. Go to https://${GITEA_HOST}
# 2. Profile → Settings → Applications → OAuth2 Applications # 2. Profile → Settings → Applications → OAuth2 Applications
# 3. Create New OAuth2 Application # 3. Create New OAuth2 Application
# - Name: Woodpecker # - Name: Woodpecker
# - Redirect URI: https://woodpecker.bryanmail.net/authorize # - Redirect URI: https://${WOODPECKER_HOST}/authorize
# 4. Copy Client ID and Secret below # 4. Copy Client ID and Secret below
WOODPECKER_GITEA_CLIENT=change-me-gitea-client-id WOODPECKER_GITEA_CLIENT=change-me-gitea-client-id