Skip to content

Commit

Permalink
Update container_apps_chat_cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Oct 15, 2023
1 parent 36ee170 commit 24c0fc9
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/container_apps_chat_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,19 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Azure Login
uses: azure/login@v1
with:
creds: ${{ secrets.CHAT_AZURE_CREDENTIALS }}
- name: Deploy image to Azure Container Apps
uses: azure/container-apps-deploy-action@v1
with:
appSourcePath: ${{ github.workspace }}src/container_apps/Jordnaer.Chat
registryUrl: gcr.io
registryUsername: ${{ secrets.CHAT_REGISTRY_USERNAME }}
registryPassword: ${{ secrets.CHAT_REGISTRY_PASSWORD }}
containerAppName: chat
resourceGroup: Jordnaer
imageToBuild: gcr.io/nielspilgaard/chat:${{ github.sha }}
dockerfilePath: Dockerfile
- name: Azure Login
uses: azure/login@v1
with:
creds: ${{ secrets.CHAT_AZURE_CREDENTIALS }}

- name: Deploy image to Azure Container Apps
uses: azure/container-apps-deploy-action@v1
with:
appSourcePath: ${{ github.workspace }}src/container_apps/Jordnaer.Chat
registryUrl: gcr.io
registryUsername: ${{ secrets.CHAT_REGISTRY_USERNAME }}
registryPassword: ${{ secrets.CHAT_REGISTRY_PASSWORD }}
containerAppName: chat
resourceGroup: Jordnaer
imageToBuild: gcr.io/nielspilgaard/chat:${{ github.sha }}
dockerfilePath: Dockerfile

0 comments on commit 24c0fc9

Please sign in to comment.