Skip to content

Commit f3fb462

Browse files
committed
fix: name inconsistency with webapp name
1 parent c8babc7 commit f3fb462

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
env:
7979
CONTAINER_REGISTRY_SERVER_URL_DEV: "dkumlin-demo.azurecr.io"
8080
IMAGE_NAME_DEV: "dkumlin-demo-image"
81+
WEB_APP: "dkumlin-demo-web-app"
8182
steps:
8283
- name: Login to Azure CLI
8384
uses: azure/login@v1
@@ -87,5 +88,5 @@ jobs:
8788
- name: Deploy to Azure Web App
8889
uses: azure/webapps-deploy@v2
8990
with:
90-
app-name: "dkumlin-demo-webapp"
91+
app-name: env.WEB_APP
9192
images: "${{ env.CONTAINER_REGISTRY_SERVER_URL_DEV }}/${{ env.IMAGE_NAME_DEV }}:latest"

0 commit comments

Comments
 (0)