File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 branches : [main]
66
77env :
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
1313jobs :
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 }}
You can’t perform that action at this time.
0 commit comments