Skip to content

Commit

Permalink
fix: package path
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanyLeonic authored Aug 5, 2024
1 parent dbc6daa commit 1a95176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
AZURE_WEBAPP_NAME: leovox # set this to your application's name
AZURE_WEBAPP_PACKAGE_PATH: "/server" # set this to the path to your web app project, defaults to the repository root
AZURE_WEBAPP_PACKAGE_PATH: "server/dist" # set this to the path to your web app project, defaults to the repository root
NODE_VERSION: "20.x" # set this to the node version to use

jobs:
Expand Down

0 comments on commit 1a95176

Please sign in to comment.