File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,10 +21,11 @@ resource "cloudflare_pages_project" "docs" {
2121 source = {
2222 type = " github"
2323 config = {
24- owner = " pywire"
25- repo_name = " pywire"
26- production_branch = " main"
27- deployments_enabled = false
24+ owner = " pywire"
25+ repo_name = " pywire"
26+ production_branch = " main"
27+ production_deployments_enabled = false
28+ preview_deployment_setting = " none"
2829 }
2930 }
3031
@@ -43,10 +44,11 @@ resource "cloudflare_pages_project" "landing" {
4344 source = {
4445 type = " github"
4546 config = {
46- owner = " pywire"
47- repo_name = " pywire.dev"
48- production_branch = " main"
49- deployments_enabled = false
47+ owner = " pywire"
48+ repo_name = " pywire.dev"
49+ production_branch = " main"
50+ production_deployments_enabled = false
51+ preview_deployment_setting = " none"
5052 }
5153 }
5254
You can’t perform that action at this time.
0 commit comments