mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
eto.... bleh
This commit is contained in:
parent
64f6e0ec2d
commit
a46803e034
1 changed files with 9 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
resource "cloudflare_pages_project" "dorkdev" {
|
||||
account_id = local.account_id
|
||||
name = "dorkdev"
|
||||
production_branch = "site"
|
||||
production_branch = "main"
|
||||
|
||||
source {
|
||||
type = "github"
|
||||
|
|
@ -20,6 +20,14 @@ resource "cloudflare_pages_project" "dorkdev" {
|
|||
destination_dir = "public"
|
||||
#root_dir = "/"
|
||||
}
|
||||
deployment_configs {
|
||||
production {
|
||||
environment_variables = {
|
||||
UNSTABLE_PRE_BUILD = "asdf plugin add zola https://github.com/salasrod/asdf-zola && asdf install zola 0.20.0 && asdf global zola 0.20.0"
|
||||
ZOLA_VERSION = "0.20.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
deployment_configs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue