We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f5786 commit c682855Copy full SHA for c682855
articles/app-service/deploy-github-actions.md
@@ -715,6 +715,7 @@ name: Node.js
715
716
env:
717
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
719
NODE_VERSION: '14.x' # set this to the node version to use
720
721
jobs:
@@ -974,6 +975,7 @@ name: Node.js
974
975
976
977
978
979
980
981
0 commit comments