Skip to content

Commit

Permalink
add azure login
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard authored Oct 15, 2023
1 parent 01948fe commit cfe1ac7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/container_apps_chat_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,13 @@ jobs:
file: ./src/container_apps/Jordnaer.Chat/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Deploy pushed image to Azure Container Apps

- name: Azure Login
uses: Azure/[email protected]
with:
creds: ${{ secrets.AZURE_SERVICE_PRINCIPAL_CHAT }}

- name: Deploy image to Azure Container Apps
uses: azure/container-apps-deploy-action@v1
with:
containerAppName: chat
Expand Down

0 comments on commit cfe1ac7

Please sign in to comment.