ci(controller): added ksc and bow2
This commit is contained in:
@@ -15,14 +15,17 @@ param (
|
||||
|
||||
# If we do not pass plant to update over it will auto do all plants if we want a specific plant we need to do like below
|
||||
# .\update-controllers.ps1 -App_Path "C:\Users\matthes01\Documents\lst" -Token "test3" -BuildController yes -PlantToUpdate "usmcd1vms036" -Remote_Path "E$\LST"
|
||||
# .\update-controllers.ps1 -App_Path "C:\Users\matthes01\Documents\lst" -Token "test3" -BuildController yes
|
||||
|
||||
$Plants = @(
|
||||
@{ Server = "usmcd1vms036"; Token = "test3"; Remote_Path = "E$\LST" }
|
||||
@{ Server = "usmar1vms006"; Token = "usmar1" ; Remote_Path = "E$\LST" }
|
||||
@{ Server = "usbet1vms006"; Token = "usbet1"; Remote_Path = "E$\LST" }
|
||||
@{ Server = "usbow1vms006"; Token = "usbow1" ; Remote_Path = "E$\LST" }
|
||||
@{ Server = "usbow2vms006"; Token = "usbow2" ; Remote_Path = "E$\LST" }
|
||||
@{ Server = "usslc1vms006"; Token = "usslc1" ; Remote_Path = "E$\LST" }
|
||||
@{ Server = "usstp1vms006"; Token = "usstp1" ; Remote_Path = "D$\LST" }
|
||||
@{ Server = "usksc1vms006"; Token = "usksc1" ; Remote_Path = "E$\LST" }
|
||||
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user