Skip to content

Commit

Permalink
Test Azure-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jash271 committed Oct 6, 2021
1 parent d77a2e0 commit b6594e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
AZURE_WEBAPP_NAME: test-node-app-123 # set this to your application's name
AZURE_WEBAPP_PACKAGE_PATH: '/Azure/Azure-NodeJs-CI' # set this to the path to your web app project, defaults to the repository root
AZURE_WEBAPP_PACKAGE_PATH: 'Azure\Azure-NodeJs-CI' # set this to the path to your web app project, defaults to the repository root
NODE_VERSION: '14.x' # set this to the node version to use

jobs:
Expand Down

0 comments on commit b6594e1

Please sign in to comment.