Skip to content

Commit 24c0fc9

Browse files
committed
Update container_apps_chat_cd.yml
1 parent 36ee170 commit 24c0fc9

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/container_apps_chat_cd.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,19 @@ jobs:
8989
tags: ${{ steps.meta.outputs.tags }}
9090
labels: ${{ steps.meta.outputs.labels }}
9191

92-
- name: Azure Login
93-
uses: azure/login@v1
94-
with:
95-
creds: ${{ secrets.CHAT_AZURE_CREDENTIALS }}
96-
97-
- name: Deploy image to Azure Container Apps
98-
uses: azure/container-apps-deploy-action@v1
99-
with:
100-
appSourcePath: ${{ github.workspace }}src/container_apps/Jordnaer.Chat
101-
registryUrl: gcr.io
102-
registryUsername: ${{ secrets.CHAT_REGISTRY_USERNAME }}
103-
registryPassword: ${{ secrets.CHAT_REGISTRY_PASSWORD }}
104-
containerAppName: chat
105-
resourceGroup: Jordnaer
106-
imageToBuild: gcr.io/nielspilgaard/chat:${{ github.sha }}
107-
dockerfilePath: Dockerfile
92+
- name: Azure Login
93+
uses: azure/login@v1
94+
with:
95+
creds: ${{ secrets.CHAT_AZURE_CREDENTIALS }}
96+
97+
- name: Deploy image to Azure Container Apps
98+
uses: azure/container-apps-deploy-action@v1
99+
with:
100+
appSourcePath: ${{ github.workspace }}src/container_apps/Jordnaer.Chat
101+
registryUrl: gcr.io
102+
registryUsername: ${{ secrets.CHAT_REGISTRY_USERNAME }}
103+
registryPassword: ${{ secrets.CHAT_REGISTRY_PASSWORD }}
104+
containerAppName: chat
105+
resourceGroup: Jordnaer
106+
imageToBuild: gcr.io/nielspilgaard/chat:${{ github.sha }}
107+
dockerfilePath: Dockerfile

0 commit comments

Comments
 (0)