Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gamboaalejandro committed Oct 23, 2023
1 parent 19bad5e commit 2159bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Deploy to ACI
run: |
az login
az container create --resource-group deploy_container --name streaming-app-container --image ${{ secrets.USER }}/streaming-app-des-nest-app:v1 --dns-name-label streaming-app-des-nest-app:v1 --query ipAddress.fqdn
az container create --resource-group deploy_container --name streaming-app-container --image ${{ secrets.USER }}/streaming-app-des-nest-app:v1 --dns-name-label streaming-api.aagbfcfcfkhfhpez.eastus.azurecontainer.io --query ipAddress.fqdn

0 comments on commit 2159bf1

Please sign in to comment.