From 6061b6f8180a9324951d0b845daeb0744e88d58c Mon Sep 17 00:00:00 2001 From: otherview Date: Wed, 29 Nov 2023 14:12:45 +0000 Subject: [PATCH] Obscuroscan now deploys to port 80 --- .github/workflows/manual-deploy-obscuro-scan-3.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manual-deploy-obscuro-scan-3.yml b/.github/workflows/manual-deploy-obscuro-scan-3.yml index c013660b6d..75cacea4de 100644 --- a/.github/workflows/manual-deploy-obscuro-scan-3.yml +++ b/.github/workflows/manual-deploy-obscuro-scan-3.yml @@ -58,13 +58,13 @@ jobs: uses: "azure/aci-deploy@v1" with: resource-group: ${{ secrets.RESOURCE_GROUP }} - dns-name-label: ${{ github.event.inputs.testnet_type }}-obscuro-scan + dns-name-label: ${{ github.event.inputs.testnet_type }}-obscuro-scan-v3 image: ${{ vars.DOCKER_BUILD_TAG_SCAN_FE }} - name: ${{ github.event.inputs.testnet_type }}-fe-obscuro-scan + name: ${{ github.event.inputs.testnet_type }}-fe-obscuro-scan-v3 location: "uksouth" restart-policy: "Never" environment-variables: NEXT_PUBLIC_API_HOST=https://${{ github.event.inputs.testnet_type }}-api.obscuroscan.io NEXT_PUBLIC_FE_VERSION=${{ GITHUB.RUN_NUMBER }}-${{ GITHUB.SHA }} - command-line: npm run start + command-line: npm run start -- --p80 ports: "80" cpu: 2 memory: 2