From 25f9bab3b050e95147a4e306363be017d86c802d Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 25 Jun 2026 22:58:02 -0700 Subject: [PATCH] refactor(woodpecker.env.example): replace hardcoded URLs with variable references --- woodpecker.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/woodpecker.env.example b/woodpecker.env.example index e622e61..e49d25c 100644 --- a/woodpecker.env.example +++ b/woodpecker.env.example @@ -1,11 +1,11 @@ # Woodpecker CI/CD Environment Configuration # 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 # 3. Create New OAuth2 Application # - Name: Woodpecker -# - Redirect URI: https://woodpecker.bryanmail.net/authorize +# - Redirect URI: https://${WOODPECKER_HOST}/authorize # 4. Copy Client ID and Secret below WOODPECKER_GITEA_CLIENT=change-me-gitea-client-id