mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: zola...
This commit is contained in:
parent
385262f29b
commit
64f6e0ec2d
5 changed files with 18 additions and 3 deletions
|
|
@ -8,13 +8,18 @@ resource "cloudflare_pages_project" "dorkdev" {
|
|||
config {
|
||||
owner = "kittywitch"
|
||||
repo_name = "dork.dev"
|
||||
production_branch = "site"
|
||||
production_branch = "main"
|
||||
deployments_enabled = true
|
||||
pr_comments_enabled = false
|
||||
production_deployment_enabled = true
|
||||
|
||||
}
|
||||
}
|
||||
build_config {
|
||||
build_command = "zola build"
|
||||
destination_dir = "public"
|
||||
#root_dir = "/"
|
||||
}
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
deployment_configs,
|
||||
|
|
@ -37,4 +42,4 @@ resource "cloudflare_record" "dorkdev_root_pages" {
|
|||
type = "CNAME"
|
||||
value = "${cloudflare_pages_project.dorkdev.name}.pages.dev"
|
||||
zone_id = local.zone_ids.dork
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue