diff options
| author | seth <[email protected]> | 2024-10-08 11:28:56 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-10-08 11:28:56 -0400 |
| commit | f804c1d9e874adf8c25c1ad64433e4be22abc45a (patch) | |
| tree | 83ab49a0b6c715dbcf62be16eef9027caf40117f /ext/terranix | |
| parent | 857e35ae854516497c24508ca35e7aac8cbdaf05 (diff) | |
terranix: update getchoo.com pages deployment
Diffstat (limited to 'ext/terranix')
| -rw-r--r-- | ext/terranix/cloudflare/pages_projects.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/terranix/cloudflare/pages_projects.nix b/ext/terranix/cloudflare/pages_projects.nix index 37ca785..4c0b076 100644 --- a/ext/terranix/cloudflare/pages_projects.nix +++ b/ext/terranix/cloudflare/pages_projects.nix @@ -24,14 +24,14 @@ in build_config = { build_caching = true; - build_command = "./.github/build_site.sh"; + build_command = "./build-site.sh"; destination_dir = "/dist"; }; deployment_configs = let environment_variables = { - MINIFLUX_URL = "https://miniflux.getchoo.com"; + ZOLA_VERSION = "0.19.2"; }; in { |
