Skip to content

Commit

Permalink
fixing some names
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Oct 9, 2023
1 parent e37496c commit ceebdec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual-deploy-testnet-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
--admin-username obscurouser --admin-password "${{ secrets.OBSCURO_NODE_VM_PWD }}" \
--public-ip-address-dns-name "obscuronode-${{ matrix.host_id }}-${{vars.RESOURCE_TESTNET_NAME}}-${{ GITHUB.RUN_NUMBER }}" \
--tags deploygroup=ObscuroNode-${{vars.RESOURCE_TESTNET_NAME}}-${{ GITHUB.RUN_NUMBER }} ${{vars.RESOURCE_TAG_NAME}}=true \
--vnet-name ObscuroHost-${{vars.RESOURCE_TESTNET_NAME}}-01VNET --subnet ObscuroHost-${{vars.RESOURCE_TESTNET_NAME}}-01Subnet \
--vnet-name ${{vars.RESOURCE_TESTNET_NAME}}-virtual-network --subnet ${{vars.RESOURCE_TESTNET_NAME}}-sub-network \
--size Standard_DC8_v2 --storage-sku StandardSSD_LRS --image ObscuroConfUbuntu \
--public-ip-sku Standard --authentication-type password
Expand Down Expand Up @@ -282,8 +282,8 @@ jobs:
inlineScript: |
az network nic ip-config address-pool add \
--address-pool ${{vars.RESOURCE_TESTNET_NAME}}-backend-pool \
--ip-config-name ipconfig${{vars.RESOURCE_STARTING_NAME}}-1-${{ GITHUB.RUN_NUMBER }} \
--nic-name ${{vars.RESOURCE_STARTING_NAME}}-1-${{ GITHUB.RUN_NUMBER }}VMNic \
--ip-config-name ${{vars.RESOURCE_STARTING_NAME}}-${{ GITHUB.RUN_NUMBER }}-ipconfig \
--nic-name ${{vars.RESOURCE_STARTING_NAME}}-${{ GITHUB.RUN_NUMBER }}-${{ matrix.host_id }}-nic \
--resource-group Testnet \
--lb-name ${{vars.RESOURCE_TESTNET_NAME}}-loadbalancer
Expand Down

0 comments on commit ceebdec

Please sign in to comment.