Skip to content

Commit

Permalink
Updating name of service
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-murray authored Aug 31, 2021
1 parent 4509e16 commit dd4493e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
uses: azure/aci-deploy@v1
with:
resource-group: ${{ secrets.RESOURCE_GROUP }}
dns-name-label: ${{ secrets.RESOURCE_GROUP }}${{ github.run_number }}
dns-name-label: octodex-rss${{ github.run_number }}
image: ${{ env.acr_container }}
registry-login-server: ${{ secrets.ACR_URL }}
registry-username: ${{ secrets.ACR_USERNAME }}
Expand Down

1 comment on commit dd4493e

@vercel
Copy link

@vercel vercel bot commented on dd4493e Aug 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.