Skip to content

Commit af12175

Browse files
authored
Merge pull request #101729 from parroty/patch-1
Add AZURE_WEBAPP_PACKAGE_PATH variable for JavaScript CI example for avoiding error
2 parents 5b6a70f + c682855 commit af12175

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/app-service/deploy-github-actions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,7 @@ name: Node.js
714714
715715
env:
716716
AZURE_WEBAPP_NAME: my-app # set this to your application's name
717+
AZURE_WEBAPP_PACKAGE_PATH: 'my-app-path' # set this to the path to your web app project, defaults to the repository root
717718
NODE_VERSION: '14.x' # set this to the node version to use
718719
719720
jobs:
@@ -973,6 +974,7 @@ name: Node.js
973974
974975
env:
975976
AZURE_WEBAPP_NAME: my-app # set this to your application's name
977+
AZURE_WEBAPP_PACKAGE_PATH: 'my-app-path' # set this to the path to your web app project, defaults to the repository root
976978
NODE_VERSION: '14.x' # set this to the node version to use
977979
978980
jobs:

0 commit comments

Comments
 (0)