Skip to content

Commit 2ba66aa

Browse files
authored
Update deploy.yml
1 parent db9bbf7 commit 2ba66aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
env:
2222
AZURE_WEBAPP_NAME: deserializerV2 # set this to your application's name
23-
AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
23+
AZURE_WEBAPP_PACKAGE_PATH: './build' # set this to the path to your web app project, defaults to the repository root
2424
NODE_VERSION: '12.x' # set this to the node version to use
2525

2626
jobs:

0 commit comments

Comments
 (0)