mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29: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" {
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue