diff options
Diffstat (limited to 'fly.toml')
-rw-r--r-- | fly.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fly.toml b/fly.toml index 5f89c2a..3e68e45 100644 --- a/fly.toml +++ b/fly.toml @@ -12,6 +12,8 @@ primary_region = "ams" [env] PORT = "80" TLS = "true" + LOCAL_PATH = "/data/website" + REMOTE_URL = "https://git.alanpearce.eu/website.git" [[services]] internal_port = 80 |