diff --git a/.github/workflows/landing-backend.yml b/.github/workflows/landing-backend.yml index d7aa3c0..32002b2 100644 --- a/.github/workflows/landing-backend.yml +++ b/.github/workflows/landing-backend.yml @@ -24,7 +24,7 @@ on: paths: ["landing_backend/**", ".github/workflows/landing-backend.yml" ] env: - AZURE_FUNCTIONAPP_NAME: 'resumematchpro-dev-function-app' # set this to your function app name on Azure + AZURE_FUNCTIONAPP_NAME: 'resumematchpro-dev-landing-backend' # set this to your function app name on Azure AZURE_FUNCTIONAPP_PACKAGE_PATH: 'landing_backend' # set this to the path to your function app project, defaults to the repository root PYTHON_VERSION: '3.11' # set this to the python version to use (e.g. '3.6', '3.7', '3.8')