Browse Source

Corrected DNS naming

pull/1689/head
Calle Veale 3 years ago
parent
commit
c3c376d910
3 changed files with 6 additions and 9 deletions
  1. +2
    -3
      .github/workflows/ordering-api-deploy.yml
  2. +2
    -3
      .github/workflows/ordering-backgroundtasks-deploy.yml
  3. +2
    -3
      .github/workflows/ordering-signalrhub-deploy.yml

+ 2
- 3
.github/workflows/ordering-api-deploy.yml View File

@ -31,10 +31,9 @@ jobs:
uses: 'azure/aci-deploy@v1'
with:
resource-group: aci-test-rg
dns-name-label: aci-test-rg${{ github.run_number }}
dns-name-label: aci-ordering-api-test
image: ghcr.io/variableclass/ordering.api:latest
registry-login-server: ghcr.io
registry-username: ${{ github.repository_owner }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
name: aci-ordering-api-test
location: 'west us'
name: aci-ordering-api-test

+ 2
- 3
.github/workflows/ordering-backgroundtasks-deploy.yml View File

@ -31,10 +31,9 @@ jobs:
uses: 'azure/aci-deploy@v1'
with:
resource-group: aci-test-rg
dns-name-label: aci-test-rg${{ github.run_number }}
dns-name-label: aci-ordering-backgroundtasks-test
image: ghcr.io/variableclass/ordering.backgroundtasks:latest
registry-login-server: ghcr.io
registry-username: ${{ github.repository_owner }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
name: aci-ordering-backgroundtasks-test
location: 'west us'
name: aci-ordering-backgroundtasks-test

+ 2
- 3
.github/workflows/ordering-signalrhub-deploy.yml View File

@ -31,10 +31,9 @@ jobs:
uses: 'azure/aci-deploy@v1'
with:
resource-group: aci-test-rg
dns-name-label: aci-test-rg${{ github.run_number }}
dns-name-label: aci-ordering-signalrhub-test
image: ghcr.io/variableclass/ordering.signalrhub:latest
registry-login-server: ghcr.io
registry-username: ${{ github.repository_owner }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
name: aci-ordering-signalrhub-test
location: 'west us'
name: aci-ordering-signalrhub-test

Loading…
Cancel
Save