Skip to content

Commit

Permalink
update vnet to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
nosvalds committed Nov 12, 2021
1 parent ff98769 commit 4c49c07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
--location "uksouth" \
--restart-policy "Always" \
--ip-address "Private" \
--vnet "dev-iati-refresher" \
--vnet "prod-iati-refresher" \
--subnet "default" \
--memory "4" \
--cpu "1" \
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
--location "uksouth" \
--restart-policy "Always" \
--ip-address "Private" \
--vnet "dev-iati-refresher" \
--vnet "prod-iati-refresher" \
--subnet "default" \
--memory "2" \
--cpu "1" \
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
--location "uksouth" \
--restart-policy "Always" \
--ip-address "Private" \
--vnet "dev-iati-refresher" \
--vnet "prod-iati-refresher" \
--subnet "default" \
--memory "2" \
--cpu "1" \
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
--location "uksouth" \
--restart-policy "Always" \
--ip-address "Private" \
--vnet "dev-iati-refresher" \
--vnet "prod-iati-refresher" \
--subnet "default" \
--memory "4" \
--cpu "1" \
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
--location "uksouth" \
--restart-policy "Always" \
--ip-address "Private" \
--vnet "dev-iati-refresher" \
--vnet "prod-iati-refresher" \
--subnet "default" \
--memory "2" \
--cpu "1" \
Expand Down

0 comments on commit 4c49c07

Please sign in to comment.