Pārlūkot izejas kodu

better update strategy

Rodja Trappe 2 gadi atpakaļ
vecāks
revīzija
bdb89b58bb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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]