Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Aug 23, 2024
1 parent 056c082 commit ea84651
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/manual-deploy-obscuro-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)] }}
Expand Down

0 comments on commit ea84651

Please sign in to comment.