diff options
| author | Seth Flynn <[email protected]> | 2025-03-12 20:10:17 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-12 20:10:17 -0400 |
| commit | 44379f7c8896071768b79f5e8bb5061b9a033bac (patch) | |
| tree | 7b180d9e171f08250e03c387922cd7167750a910 | |
| parent | e1291aaf52ed6355af78e69bfae21907ee9979d4 (diff) | |
tf: update personal website build command
| -rw-r--r-- | terraform/pages.tf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/terraform/pages.tf b/terraform/pages.tf index 4b212f1..493e5c4 100644 --- a/terraform/pages.tf +++ b/terraform/pages.tf @@ -5,7 +5,7 @@ resource "cloudflare_pages_project" "getchoo_website" { build_config { build_caching = true - build_command = "./build-site.sh" + build_command = "./build.sh" destination_dir = "/dist" } |
