From a287310b13a08a96e674a9fc036506b359043e59 Mon Sep 17 00:00:00 2001 From: Ashish Talati Date: Mon, 3 Jun 2024 15:41:37 -0500 Subject: [PATCH] Update secapp.yml --- .github/workflows/secapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secapp.yml b/.github/workflows/secapp.yml index d3dde58..f16dbbc 100644 --- a/.github/workflows/secapp.yml +++ b/.github/workflows/secapp.yml @@ -20,7 +20,7 @@ name: Deploy Sec Edgar App env: - AZURE_WEBAPP_NAME: secedgar # set this to the name of your Azure Web App + AZURE_WEBAPP_NAME: dataaisec # set this to the name of your Azure Web App PYTHON_VERSION: '3.11' # set this to the Python version to use NODE_VERSION: '16.x' # set this to the node version to use (e.g. '8.x', '10.x', '12.x') AZURE_NODEJS_PACKAGE_PATH: 'app/frontend' # set this to the path to your function app project, defaults to the repository root