Skip to content

Commit

Permalink
Revert "Testnet DNS now point to node1"
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene authored Nov 23, 2022
1 parent e659879 commit dd04265
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-deploy-dev-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ jobs:
inlineScript: |
az network nic ip-config address-pool add \
--address-pool Dev-Backend-Pool-Obscuro-Testnet \
--ip-config-name ipconfigDev-ObscuroNodeTestnet-1-${{ GITHUB.RUN_NUMBER }} \
--nic-name Dev-ObscuroNodeTestnet-1-${{ GITHUB.RUN_NUMBER }}VMNic \
--ip-config-name ipconfigDev-ObscuroNodeTestnet-0-${{ GITHUB.RUN_NUMBER }} \
--nic-name Dev-ObscuroNodeTestnet-0-${{ GITHUB.RUN_NUMBER }}VMNic \
--resource-group Testnet \
--lb-name dev-testnet-loadbalancer
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-deploy-testnet-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ jobs:
inlineScript: |
az network nic ip-config address-pool add \
--address-pool Backend-Pool-Obscuro-Testnet \
--ip-config-name ipconfigObscuroNodeTestnet-1-${{ GITHUB.RUN_NUMBER }} \
--nic-name ObscuroNodeTestnet-1-${{ GITHUB.RUN_NUMBER }}VMNic \
--ip-config-name ipconfigObscuroNodeTestnet-0-${{ GITHUB.RUN_NUMBER }} \
--nic-name ObscuroNodeTestnet-0-${{ GITHUB.RUN_NUMBER }}VMNic \
--resource-group Testnet \
--lb-name testnet-loadbalancer
Expand Down

0 comments on commit dd04265

Please sign in to comment.