From 1b5e0532611b140aa08c7e6042ae0c1dba95f51c Mon Sep 17 00:00:00 2001 From: Shrev Dev Date: Sun, 12 Oct 2025 12:07:22 -0500 Subject: [PATCH] chore: update fly.toml --- fly.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fly.toml b/fly.toml index 8e5de4e..27ad703 100644 --- a/fly.toml +++ b/fly.toml @@ -1,10 +1,11 @@ -# fly.toml app configuration file generated for boker-discord-uptime-kuma on 2025-10-11T00:11:47-05:00 +# fly.toml app configuration file # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # +# The app name and region will be set when you run: fly launch --copy-config -app = 'boker-discord-uptime-kuma' -primary_region = 'iad' +# app = 'your-app-name-here' # Set during fly launch +# primary_region = 'iad' # Set during fly launch (closest region to you) [build] dockerfile = 'Dockerfile'