mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(wiki): replace branch
This commit is contained in:
parent
c7d6938517
commit
fbf6205193
1 changed files with 2 additions and 2 deletions
|
|
@ -1,14 +1,14 @@
|
|||
resource "cloudflare_pages_project" "wiki" {
|
||||
account_id = var.cloudflare_account_id
|
||||
name = "wiki"
|
||||
production_branch = "main"
|
||||
production_branch = "v4"
|
||||
|
||||
source {
|
||||
type = "github"
|
||||
config {
|
||||
owner = "gensokyo-zone"
|
||||
repo_name = "wiki"
|
||||
production_branch = "main"
|
||||
production_branch = "v4"
|
||||
deployments_enabled = true
|
||||
pr_comments_enabled = false
|
||||
production_deployment_enabled = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue