Skip to content

Commit

Permalink
update package path on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
linneamyl authored Dec 9, 2021
1 parent 452ffe8 commit 2b909d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

env:
AZURE_WEBAPP_NAME: pos-backend-production # set this to your application's name
AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
AZURE_WEBAPP_PACKAGE_PATH: 'dist' # set this to the path to your web app project, defaults to the repository root
NODE_VERSION: '14.x' # set this to the node version to use

jobs:
Expand Down

0 comments on commit 2b909d4

Please sign in to comment.