From e06c9f532973dac4c5b41c88383856e749ed6a03 Mon Sep 17 00:00:00 2001 From: Pedro Gomes Date: Mon, 9 Oct 2023 09:11:44 +0100 Subject: [PATCH] Fix deploy (#1587) * Fix deploy * bump back to 4gb * stadnard --- .github/workflows/manual-deploy-testnet-l2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-deploy-testnet-l2.yml b/.github/workflows/manual-deploy-testnet-l2.yml index 76a755924b..cc0fe1490d 100644 --- a/.github/workflows/manual-deploy-testnet-l2.yml +++ b/.github/workflows/manual-deploy-testnet-l2.yml @@ -199,7 +199,7 @@ jobs: --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 \ --size Standard_DC8_v2 --storage-sku StandardSSD_LRS --image ObscuroConfUbuntu \ - --public-ip-sku Basic --authentication-type password + --public-ip-sku Standard --authentication-type password - name: 'Open Obscuro node-${{ matrix.host_id }} ports on Azure' uses: azure/CLI@v1