Skip to content

Commit ea43e5e

Browse files
committed
2 parents 932ba2c + d965713 commit ea43e5e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/main_hyperwizard.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ on:
1313
- main
1414

1515
env:
16-
AZURE_WEBAPP_NAME: MY_WEBAPP_NAME # set this to your application's name
16+
AZURE_WEBAPP_NAME: hyperwizard # set this to your application's name
1717
AZURE_WEBAPP_PACKAGE_PATH: "." # set this to the path to your web app project, defaults to the repository root
18-
NODE_VERSION: "20.x" # set this to the node version to use
18+
NODE_VERSION: "24.x" # set this to the node version to use
1919

2020
jobs:
2121
build:
@@ -43,9 +43,7 @@ jobs:
4343
deploy:
4444
runs-on: ubuntu-latest
4545
needs: build
46-
environment:
47-
name: "production"
48-
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
46+
4947
permissions:
5048
id-token: write #This is required for requesting the JWT
5149
contents: read #This is required for actions/checkout

0 commit comments

Comments
 (0)