Parcourir la source

better update strategy

Rodja Trappe il y a 2 ans
Parent
commit
bdb89b58bb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      fly.toml

+ 1 - 1
fly.toml

@@ -12,7 +12,7 @@ processes = []
 [deploy]
 # 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
-strategy = "canary" 
+strategy = "rolling" 
 
 
 [experimental]