Browse Source

better update strategy

Rodja Trappe 2 years ago
parent
commit
bdb89b58bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fly.toml

+ 1 - 1
fly.toml

@@ -12,7 +12,7 @@ processes = []
 [deploy]
 [deploy]
 # boot a single, new VM with the new release, verify its health, then
 # boot a single, new VM with the new release, verify its health, then
 # One by one, each running VM is taken down and replaced by the new release VM
 # One by one, each running VM is taken down and replaced by the new release VM
-strategy = "canary" 
+strategy = "rolling" 
 
 
 
 
 [experimental]
 [experimental]