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 2ba66aa commit a1456f0Copy full SHA for a1456f0
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ on:
20
21
env:
22
AZURE_WEBAPP_NAME: deserializerV2 # set this to your application's name
23
- AZURE_WEBAPP_PACKAGE_PATH: './build' # set this to the path to your web app project, defaults to the repository root
+ AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
24
NODE_VERSION: '12.x' # set this to the node version to use
25
26
jobs:
0 commit comments