mirror of
https://github.com/wahyd4/golink.git
synced 2026-08-09 05:05:56 +10:00
Change-Id: I18c53e217be1f1342617e0ba20c2bcd3488fd263 Signed-off-by: Maisem Ali <maisem@tailscale.com>
17 lines
274 B
TOML
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"
|