fix(wiki): replace branch

This commit is contained in:
Kat Inskip 2024-07-18 16:14:53 -07:00
parent c7d6938517
commit fbf6205193
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -1,14 +1,14 @@
resource "cloudflare_pages_project" "wiki" { resource "cloudflare_pages_project" "wiki" {
account_id = var.cloudflare_account_id account_id = var.cloudflare_account_id
name = "wiki" name = "wiki"
production_branch = "main" production_branch = "v4"
source { source {
type = "github" type = "github"
config { config {
owner = "gensokyo-zone" owner = "gensokyo-zone"
repo_name = "wiki" repo_name = "wiki"
production_branch = "main" production_branch = "v4"
deployments_enabled = true deployments_enabled = true
pr_comments_enabled = false pr_comments_enabled = false
production_deployment_enabled = true production_deployment_enabled = true