Update fly.toml

This commit is contained in:
2025-09-11 02:32:41 -07:00
parent 0b174271fc
commit 1c0faa220f

View File

@@ -1,12 +1,8 @@
app = "git-pr-runner"
primary_region = "lax"
[build]
dockerfile = "runner/Dockerfile"
[env]
GITEA_INSTANCE_URL = "https://git-pr.fly.dev"
[[mounts]]
source = "runner_data"
destination = "/data"