about summary refs log tree commit diff stats
path: root/fly.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-06-29 16:47:43 +0200
committerAlan Pearce2024-06-29 16:47:43 +0200
commite8221541404a8d2ca0758d48ba5fe9c85f9067ac (patch)
treec06a6a58ab5003ff046f4d9a7aeed848982e64ce /fly.toml
parenteaeb9bc26a696cc00888e4a7fbcb9dd6ab638c7a (diff)
downloadwebsite-e8221541404a8d2ca0758d48ba5fe9c85f9067ac.tar.lz
website-e8221541404a8d2ca0758d48ba5fe9c85f9067ac.tar.zst
website-e8221541404a8d2ca0758d48ba5fe9c85f9067ac.zip
add prefix to VCS configuration environment variables
Diffstat (limited to 'fly.toml')
-rw-r--r--fly.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/fly.toml b/fly.toml
index 1194b67..7508dd6 100644
--- a/fly.toml
+++ b/fly.toml
@@ -16,8 +16,8 @@ primary_region = "ams"
   TLS = "true"
   ROOT = "/data"
   PRODUCTION = "true"
-  LOCAL_PATH = "/data/website"
-  REMOTE_URL = "https://git.alanpearce.eu/website.git"
+  VCS_LOCAL_PATH = "/data/website"
+  VCS_REMOTE_URL = "https://git.alanpearce.eu/website.git"
 
 [[services]]
   internal_port = 8080