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 b60c908 commit 9309c7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Deploy to ACI
run: |
az login
az container update --resource-group deploy_container --name streaming-app-container --image ${{ secrets.USER }}/streaming-app-des-nest-app:v1
- name: Restart ACI
az container delete --resource-group deploy_container --name streaming-app-container --yes
- name: Create new ACI with updated image
run: |
az container restart --resource-group deploy_container --name streaming-app-container
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 --query ipAddress.fqdn --ports 3000

0 comments on commit 9309c7f

Please sign in to comment.