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.
2 parents 5b6a70f + c682855 commit af12175Copy full SHA for af12175
articles/app-service/deploy-github-actions.md
@@ -714,6 +714,7 @@ name: Node.js
714
715
env:
716
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
718
NODE_VERSION: '14.x' # set this to the node version to use
719
720
jobs:
@@ -973,6 +974,7 @@ name: Node.js
973
974
975
976
977
978
979
980
0 commit comments