use redis notifications to update website
1 file changed, 5 insertions(+), 3 deletions(-)
changed files
M fly.toml → fly.toml
@@ -9,10 +9,12 @@ [env] SERVER_PORT = "8080" SERVER_LISTEN_ADDRESS = "::" -WEBSITE_SOURCE = "/data/website" -WEBSITE_DESTINATION = "/data/public" -WEBSITE_VCS_REMOTE_URL = "https://git.alanpearce.eu/website.git" +WEBSITE_DATA_ROOT = "/data" +WEBSITE_ROOT = "/data/website" GOMEMLIMIT = "200MiB" +REDIS_ADDRESS = "redis.alanpearce.eu:6379" +REDIS_TLS_ENABLED = "true" +REDIS_TLS_INSECURE = "false" [[services]] internal_port = 8080