about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-17 21:23:57 +0200
committerAlan Pearce2024-04-17 22:11:34 +0200
commit176f1b2cc40963c82f67b586892c069a8e769aea (patch)
tree5e6c9382104eab2804cfba11d2dbb0143c89747f
parent415f57f98600ce5574d20d9a8ba9e9688545869d (diff)
downloadwebsite-176f1b2cc40963c82f67b586892c069a8e769aea.tar.lz
website-176f1b2cc40963c82f67b586892c069a8e769aea.tar.zst
website-176f1b2cc40963c82f67b586892c069a8e769aea.zip
run on fly
-rw-r--r--fly.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/fly.toml b/fly.toml
index 77017b1..2633733 100644
--- a/fly.toml
+++ b/fly.toml
@@ -7,6 +7,11 @@ app = "alanpearce-eu"
 primary_region = "ams"
 
 [build]
+  [build.args]
+    GO_VERSION = "1.22.1"
+
+[env]
+  PORT = "3000"
 
 [metrics]
   port = 9091
@@ -26,6 +31,6 @@ primary_region = "ams"
   interval = "30s"
   method = "GET"
   timeout = "1s"
-  path = "/health"
+  path = "/livez"
   [http_service.checks.headers]
     Host = "fly-internal"