Skip to content

Commit 61be3d9

Browse files
authored
Update and rename azure-webapp-deploy.yml to deploy-prod.yml
1 parent 4c123b7 commit 61be3d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/azure-webapp-deploy.yml renamed to .github/workflows/deploy-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
workflow_dispatch: # Also allow manual trigger from GitHub UI
77

88
env:
9-
AZURE_WEBAPP_NAME: static-docs-site # Replace with your Azure Web App name
10-
NODE_VERSION: '20.x' # Node version for Docusaurus build
9+
AZURE_WEBAPP_NAME: product-docs-dev
10+
NODE_VERSION: '20.x'
1111

1212
jobs:
1313
build-and-deploy:

0 commit comments

Comments
 (0)