From 7b94c72f875826606e465b1cd2ae4e98fd43028f Mon Sep 17 00:00:00 2001 From: Tine Date: Fri, 16 Feb 2024 14:53:27 +0100 Subject: [PATCH] ci: wrong root url --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 9d7bb9b..75e23fe 100644 --- a/fly.toml +++ b/fly.toml @@ -9,7 +9,7 @@ primary_region = 'waw' [env] PORT = '8080' - ROOT_URL = 'https://zdravko.fly.dev' + ROOT_URL = 'https://zdravko.mnts.dev' # Other are defined in secrets OAUTH2_ENDPOINT_TOKEN_URL = 'https://github.com/login/oauth/access_token' OAUTH2_ENDPOINT_AUTH_URL = 'https://github.com/login/oauth/authorize'