aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-11-08 21:04:27 -0500
committerXe Iaso <me@xeiaso.net>2023-11-08 21:04:27 -0500
commita391dd1c126f6d97e321edc5a6310bdcab1fbf86 (patch)
tree1f507f9925844d403b7c2654a909b13d37fc3f96 /cmd
parent0d445c0d527448160eb5e977eacdd7498add117c (diff)
downloadx-a391dd1c126f6d97e321edc5a6310bdcab1fbf86.tar.xz
x-a391dd1c126f6d97e321edc5a6310bdcab1fbf86.zip
cmd/xedn: deploy immediately
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/xedn/fly.toml3
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"