Files
golink/fly.toml
T
Maisem AliandWill Norris 6715af7ee0 cmd/{golink,who,flycdn}: configure cmd using mkctr
Change-Id: I18c53e217be1f1342617e0ba20c2bcd3488fd263
Signed-off-by: Maisem Ali <maisem@tailscale.com>
2022-06-04 01:10:26 +05:00

17 lines
274 B
TOML

# Manually:
# $ fly scale count 1
# $ fly volumes create tsgo_data --region ord --size 1
# $ fly secrets set TS_AUTHKEY=....
app = "tsgo"
[build]
image = "registry.fly.io/tsgo:latest"
[deploy]
strategy = "immediate"
[mounts]
source="tsgo_data"
destination="/root"