Skip to content

Commit

Permalink
fix: no app slots where we are going lolol
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanyLeonic authored Aug 5, 2024
1 parent 66b7bbe commit dbc6daa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 }}

Expand Down

0 comments on commit dbc6daa

Please sign in to comment.