From ea8465172455a0e85f9cfc05cb59a004346ac079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Kokelj?= Date: Fri, 23 Aug 2024 12:49:38 +0200 Subject: [PATCH] fix --- .github/workflows/manual-deploy-obscuro-gateway.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/manual-deploy-obscuro-gateway.yml b/.github/workflows/manual-deploy-obscuro-gateway.yml index e8c5e53dbc..f2308f22f9 100644 --- a/.github/workflows/manual-deploy-obscuro-gateway.yml +++ b/.github/workflows/manual-deploy-obscuro-gateway.yml @@ -46,12 +46,12 @@ jobs: INSTANCE_PREFIX: ${{ github.event.inputs.instance_type == 'primary' && '' || format('{}-', github.event.inputs.instance_type) }} # Set infrastructure variables which need to be unique for each environment & instance combination - PUBLIC_IP: ${{ github.event.inputs.testnet_type }}-OG-static${{ env.INSTANCE_SUFFIX }} - DNS_NAME: obscurogateway-${{ github.event.inputs.testnet_type }}${{ env.INSTANCE_SUFFIX }} - VM_NAME: ${{ github.event.inputs.testnet_type }}-OG-${{ github.run_number }}${{ env.INSTANCE_SUFFIX }} - DEPLOY_GROUP: ObscuroGateway-${{ github.event.inputs.testnet_type }}-${{ GITHUB.RUN_NUMBER }}${{ env.INSTANCE_SUFFIX }} - VNET_NAME: ObscuroGateway-${{ github.event.inputs.testnet_type }}-01VNET${{ env.INSTANCE_SUFFIX }} - SUBNET_NAME: ObscuroGateway-${{ github.event.inputs.testnet_type }}-01Subnet${{ env.INSTANCE_SUFFIX }} + PUBLIC_IP: ${{ github.event.inputs.testnet_type }}-OG-static${{ INSTANCE_SUFFIX }} + DNS_NAME: obscurogateway-${{ github.event.inputs.testnet_type }}${{ INSTANCE_SUFFIX }} + VM_NAME: ${{ github.event.inputs.testnet_type }}-OG-${{ github.run_number }}${{ INSTANCE_SUFFIX }} + DEPLOY_GROUP: ObscuroGateway-${{ github.event.inputs.testnet_type }}-${{ GITHUB.RUN_NUMBER }}${{ INSTANCE_SUFFIX }} + VNET_NAME: ObscuroGateway-${{ github.event.inputs.testnet_type }}-01VNET${{ INSTANCE_SUFFIX }} + SUBNET_NAME: ObscuroGateway-${{ github.event.inputs.testnet_type }}-01Subnet${{ INSTANCE_SUFFIX }} # Set variables that are unique for each instance type DOCKER_BUILD_TAG_GATEWAY: ${{ vars[format('{}DOCKER_BUILD_TAG_GATEWAY', env.INSTANCE_PREFIX)] }}