diff options
Diffstat (limited to 'fly.toml')
-rw-r--r-- | fly.toml | 4 |
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 |