Skip to content

Commit 77f5080

Browse files
committed
Include emulator in deploy and rollback
1 parent 87e9588 commit 77f5080

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

scripts/powershell/deploy.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@ $services = @(
326326
@{ Name = "Gateway-Relay"; Script = "relay_listener.py" },
327327
@{ Name = "Gateway-PACS"; Script = "pacs_main.py" },
328328
@{ Name = "Gateway-MWL"; Script = "mwl_main.py" },
329-
@{ Name = "Gateway-Upload"; Script = "upload_main.py" }
329+
@{ Name = "Gateway-Upload"; Script = "upload_main.py" },
330+
@{ Name = "Gateway-Emulator"; Script = "modality_emulator.py" }
330331
)
331332

332333
# -- Extraction ---------------------------------------------------------------

scripts/powershell/rollback.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ $services = @(
6161
@{ Name = "Gateway-Relay"; Script = "relay_listener.py" },
6262
@{ Name = "Gateway-PACS"; Script = "pacs_main.py" },
6363
@{ Name = "Gateway-MWL"; Script = "mwl_main.py" },
64-
@{ Name = "Gateway-Upload"; Script = "upload_main.py" }
64+
@{ Name = "Gateway-Upload"; Script = "upload_main.py" },
65+
@{ Name = "Gateway-Emulator"; Script = "modality_emulator.py" }
6566
)
6667

6768
# -- Resolve current version --------------------------------------------------

0 commit comments

Comments
 (0)