Skip to content

Commit

Permalink
Merge pull request #6 from UniqueClone/main
Browse files Browse the repository at this point in the history
Fixing azure web app name.
  • Loading branch information
UniqueClone authored May 26, 2024
2 parents 2d53c6c + 96cc55e commit 08d0bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-webapps-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 08d0bed

Please sign in to comment.