Skip to content

Commit

Permalink
chore: set pages production branch to prod instead of main (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpollard authored Nov 26, 2024
1 parent 17716f9 commit 4854395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/deployment/modules/cloudflare/account/pages-project.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resource "cloudflare_pages_project" "static_pages" {
for_each = { for page in local.static_pages : page => page }
account_id = var.cloudflare_account_id
name = "${split(".", each.value)[0]}-immich-app"
production_branch = "main"
production_branch = "prod"

lifecycle {
ignore_changes = [
Expand Down

0 comments on commit 4854395

Please sign in to comment.