From 96cc55e5ed9e672a6cbfbc8a471ca8fd4e79a89b Mon Sep 17 00:00:00 2001 From: Ryan Lynch Date: Sun, 26 May 2024 13:29:58 +0100 Subject: [PATCH] Fixing azure web app name. --- .github/workflows/azure-webapps-node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-webapps-node.yml b/.github/workflows/azure-webapps-node.yml index 2b3d7cb..74eb8dd 100644 --- a/.github/workflows/azure-webapps-node.yml +++ b/.github/workflows/azure-webapps-node.yml @@ -23,7 +23,7 @@ on: workflow_dispatch: env: - AZURE_WEBAPP_NAME: irish-mortgage-calculator # set this to your application's name + AZURE_WEBAPP_NAME: irishmortgagecalculator # set this to your application's name AZURE_WEBAPP_PACKAGE_PATH: "." # set this to the path to your web app project, defaults to the repository root NODE_VERSION: "20.x" # set this to the node version to use