Skip to content

Commit

Permalink
chore: Update AZURE_FUNCTIONAPP_NAME in landing-backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ppokrovskii committed Jun 21, 2024
1 parent d7663c6 commit ed3d36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/landing-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit ed3d36b

Please sign in to comment.