From cc608805f002fb34f5b788e60b7f27a23f137bae Mon Sep 17 00:00:00 2001 From: Sarah Dutkiewicz Date: Fri, 20 Dec 2024 15:16:52 -0500 Subject: [PATCH] Fixing app service name --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 66667711..7aa6cdec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,7 @@ name: publish env: - AZURE_WEBAPP_NAME: devBetter-linux + AZURE_WEBAPP_NAME: devbetter-linux AZURE_GROUP_NAME: DevBetterGroup AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root