Skip to content

Commit

Permalink
adding secrets to log
Browse files Browse the repository at this point in the history
  • Loading branch information
gamboaalejandro committed Oct 23, 2023
1 parent a28c416 commit 3c2a6dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Deploy to ACI
run: |
az login --service-principal -u ${{ secrets.AZURE_APP_ID }} -p ${{ secrets.AZURE_PASSWORD }} --tenant ${{ secrets.AZURE_TENANT_ID }} --subscription ${{ secrets.AZURE_SUBSCRIPTION_ID }}
az login --service-principal -u ${{ secrets.AZURE_APP_ID }} -p ${{ secrets.AZURE_PASSWORD }} --tenant ${{ secrets.AZURE_TENANT_ID }}
az account set --subscription ${{ secrets.AZURE_SUBSCRIPTION_ID }}
az container delete --resource-group deploy_container --name streaming-app-container --yes
- name: Create new ACI with updated image
run: |
Expand Down

0 comments on commit 3c2a6dc

Please sign in to comment.