From fbf6205193d9feaba238d9d803db6642ce609ed9 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Thu, 18 Jul 2024 16:14:53 -0700 Subject: [PATCH] fix(wiki): replace branch --- tf/cloudflare_pages.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tf/cloudflare_pages.tf b/tf/cloudflare_pages.tf index 95e0fa4a..3f0520c3 100644 --- a/tf/cloudflare_pages.tf +++ b/tf/cloudflare_pages.tf @@ -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