Corrected DNS naming

This commit is contained in:
Calle Veale 2021-05-30 08:29:56 +02:00
parent 9d1839f73a
commit c3c376d910
3 changed files with 6 additions and 9 deletions

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

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

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