refactor(woodpecker.env.example): replace hardcoded URLs with variable references
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user