Skip to content

Commit 1775cbb

Browse files
committed
Migrate to new Azure subscription - update ACR and App Service names
1 parent 3102e64 commit 1775cbb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
branches: [main]
66

77
env:
8-
ACR_NAME: flowopsacr.azurecr.io
9-
BACKEND_IMAGE: flowopsacr.azurecr.io/flowops-backend
10-
FRONTEND_IMAGE: flowopsacr.azurecr.io/flowops-frontend
11-
BACKEND_URL: https://flowops-backend.azurewebsites.net
8+
ACR_NAME: flowopsacr2025.azurecr.io
9+
BACKEND_IMAGE: flowopsacr2025.azurecr.io/flowops-backend
10+
FRONTEND_IMAGE: flowopsacr2025.azurecr.io/flowops-frontend
11+
BACKEND_URL: https://flowops-backend-app.azurewebsites.net
1212

1313
jobs:
1414
build-and-deploy:
@@ -59,14 +59,14 @@ jobs:
5959
- name: Deploy Backend to Azure
6060
uses: azure/webapps-deploy@v3
6161
with:
62-
app-name: flowops-backend
62+
app-name: flowops-backend-app
6363
publish-profile: ${{ secrets.AZURE_BACKEND_PUBLISH_PROFILE }}
6464
images: ${{ env.BACKEND_IMAGE }}:${{ github.sha }}
6565

6666
# Deploy Frontend container to Azure App Service
6767
- name: Deploy Frontend to Azure
6868
uses: azure/webapps-deploy@v3
6969
with:
70-
app-name: flowops-frontend
70+
app-name: flowops-frontend-app
7171
publish-profile: ${{ secrets.AZURE_FRONTEND_PUBLISH_PROFILE }}
7272
images: ${{ env.FRONTEND_IMAGE }}:${{ github.sha }}

0 commit comments

Comments
 (0)