summaryrefslogtreecommitdiff
path: root/terraform
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-03-12 20:10:17 -0400
committerSeth Flynn <[email protected]>2025-03-12 20:10:17 -0400
commit44379f7c8896071768b79f5e8bb5061b9a033bac (patch)
tree7b180d9e171f08250e03c387922cd7167750a910 /terraform
parente1291aaf52ed6355af78e69bfae21907ee9979d4 (diff)
tf: update personal website build command
Diffstat (limited to 'terraform')
-rw-r--r--terraform/pages.tf2
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"
}