diff --git a/.github/workflows/build-server.yml b/.github/workflows/build-server.yml index b66bd93..82f98f1 100644 --- a/.github/workflows/build-server.yml +++ b/.github/workflows/build-server.yml @@ -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: