We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 932ba2c + d965713 commit ea43e5eCopy full SHA for ea43e5e
1 file changed
.github/workflows/main_hyperwizard.yml
@@ -13,9 +13,9 @@ on:
13
- main
14
15
env:
16
- AZURE_WEBAPP_NAME: MY_WEBAPP_NAME # set this to your application's name
+ AZURE_WEBAPP_NAME: hyperwizard # set this to your application's name
17
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
+ NODE_VERSION: "24.x" # set this to the node version to use
19
20
jobs:
21
build:
@@ -43,9 +43,7 @@ jobs:
43
deploy:
44
runs-on: ubuntu-latest
45
needs: build
46
- environment:
47
- name: "production"
48
- url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
+
49
permissions:
50
id-token: write #This is required for requesting the JWT
51
contents: read #This is required for actions/checkout
0 commit comments