Skip to content

Commit

Permalink
update dns-name-label and instance name
Browse files Browse the repository at this point in the history
- rm manual http-server installation
  • Loading branch information
Jennievon committed Nov 23, 2023
1 parent 2c56a25 commit 507e17a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-deploy-obscuro-scan-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
uses: "azure/aci-deploy@v1"
with:
resource-group: ${{ secrets.RESOURCE_GROUP }}
dns-name-label: ${{ github.event.inputs.testnet_type }}-api-obscuro-scan
dns-name-label: ${{ github.event.inputs.testnet_type }}-api-obscuro-scan-v3
image: ${{ vars.DOCKER_BUILD_TAG_SCAN_API }}
name: ${{ github.event.inputs.testnet_type }}-api-obscuro-scan
name: ${{ github.event.inputs.testnet_type }}-api-obscuro-scan-v3
location: "uksouth"
restart-policy: "Never"
command-line: ./cmd/backend --nodeHostAddress http://${{ vars.L2_RPC_URL_VALIDATOR }}:80 --serverAddress 0.0.0.0:80
Expand Down
2 changes: 1 addition & 1 deletion tools/obscuroscan_v3/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ RUN mkdir -p /home/obscuro/go-obscuro/tools/obscuroscan_v3/
COPY ./tools/obscuroscan_v3/frontend /home/obscuro/go-obscuro/tools/obscuroscan_v3/frontend

WORKDIR /home/obscuro/go-obscuro/tools/obscuroscan_v3/frontend
RUN npm install && npm install http-server -g
RUN npm install

EXPOSE 80

0 comments on commit 507e17a

Please sign in to comment.