remove erroneous mount entry from fly.toml (#2644)
Fly CLI complains about the duplicate `mount` entry to `fly.toml`, failing the build ### Change Type - [x] `internal` — Any other changes that don't affect the published package
This commit is contained in:
parent
006d2a7ffc
commit
8fffd87a4f
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
app = "tldraw-repo-sync"
|
app = "tldraw-repo-sync"
|
||||||
kill_signal = "SIGINT"
|
kill_signal = "SIGINT"
|
||||||
kill_timeout = 5
|
kill_timeout = 5
|
||||||
mounts = []
|
|
||||||
primary_region = "lhr"
|
primary_region = "lhr"
|
||||||
processes = []
|
processes = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue