diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/xedn/fly.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/xedn/fly.toml b/cmd/xedn/fly.toml index 8f9c689..88f883a 100644 --- a/cmd/xedn/fly.toml +++ b/cmd/xedn/fly.toml @@ -8,6 +8,9 @@ kill_timeout = "5s" [build] image = "registry.fly.io/xedn:latest" +[deploy] + strategy = "immediate" + [env] XEDN_STATE = "/data/xedn" |
