deploy-rs: Default to skipping checks and disabling auto / magic rollback
This commit is contained in:
@@ -47,8 +47,8 @@ in
|
||||
(nodesFor homes)
|
||||
);
|
||||
|
||||
autoRollback = true;
|
||||
magicRollback = true;
|
||||
autoRollback = false;
|
||||
magicRollback = false;
|
||||
};
|
||||
|
||||
# Filter out null values so deploy merges overriding options correctly
|
||||
|
Reference in New Issue
Block a user