Adjusted fly.toml

This commit is contained in:
rzuasti
2026-06-18 09:16:12 -04:00
parent f0395b317e
commit 31791fe0f2
+1 -1
View File
@@ -8,7 +8,7 @@
# See deploy/fly/README.md for the full deploy procedure. # See deploy/fly/README.md for the full deploy procedure.
app = "oott-test" # change to your chosen Fly app name app = "oott-test" # change to your chosen Fly app name
primary_region = "ams" # change to a region near you / the reviewers primary_region = "yyz" # change to a region near you / the reviewers
# The image is built with Nix and pushed to the Fly registry (see README), # The image is built with Nix and pushed to the Fly registry (see README),
# so there is no [build] section: deploy with `fly deploy --image ...`. # so there is no [build] section: deploy with `fly deploy --image ...`.