mirror of
https://github.com/multipleof4/git.planetrenox.com.git
synced 2026-01-14 16:37:55 +00:00
13 lines
205 B
TOML
13 lines
205 B
TOML
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"
|