Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
/ NuGet.Jobs Public archive

Commit

Permalink
Add status secondary storage to cmd (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Bommarito authored Aug 22, 2018
1 parent d8a4e50 commit 26a2cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StatusAggregator/Scripts/StatusAggregator.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ start /w statusaggregator.exe ^
-StatusIncidentApiTeamId "#{Jobs.statusaggregator.IncidentApiTeamId}" ^
-StatusIncidentApiCertificate "#{Jobs.statusaggregator.IncidentApiCertificate}" ^
-StatusStorageAccount "#{Jobs.statusaggregator.StorageAccount}" ^
-StatusStorageAccountSecondary "#{Jobs.statusaggregator.StorageAccountSecondary}" ^
-StatusContainerName "#{Jobs.statusaggregator.ContainerName}" ^
-StatusTableName "#{Jobs.statusaggregator.TableName}" ^
-StatusEnvironment "#{Jobs.statusaggregator.Environment}" ^
Expand Down

0 comments on commit 26a2cf4

Please sign in to comment.