diff --git a/.github/workflows/build-server.yml b/.github/workflows/build-server.yml index d5bb8e1..b66bd93 100644 --- a/.github/workflows/build-server.yml +++ b/.github/workflows/build-server.yml @@ -6,7 +6,7 @@ on: - master env: - AZURE_WEBAPP_NAME: leo-vox # set this to your application's name + 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 NODE_VERSION: "20.x" # set this to the node version to use @@ -59,7 +59,6 @@ jobs: uses: azure/webapps-deploy@v2 with: app-name: ${{ env.AZURE_WEBAPP_NAME }} - slot-name: "production" publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}