Skip to content

Commit c682855

Browse files
authored
Add AZURE_WEBAPP_PACKAGE_PATH variable for JavaScript CI example
1 parent a8f5786 commit c682855

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
@@ -715,6 +715,7 @@ name: Node.js
715715
716716
env:
717717
AZURE_WEBAPP_NAME: my-app # set this to your application's name
718+
AZURE_WEBAPP_PACKAGE_PATH: 'my-app-path' # set this to the path to your web app project, defaults to the repository root
718719
NODE_VERSION: '14.x' # set this to the node version to use
719720
720721
jobs:
@@ -974,6 +975,7 @@ name: Node.js
974975
975976
env:
976977
AZURE_WEBAPP_NAME: my-app # set this to your application's name
978+
AZURE_WEBAPP_PACKAGE_PATH: 'my-app-path' # set this to the path to your web app project, defaults to the repository root
977979
NODE_VERSION: '14.x' # set this to the node version to use
978980
979981
jobs:

0 commit comments

Comments
 (0)