Skip to content

Commit 5d42e99

Browse files
ci: add production branch configuration to Azure deployment
1 parent c229a01 commit 5d42e99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/azure-static-web-apps-kind-plant-0e80e5803.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
output_location: "" # Built app content directory - optional
6565
app_build_command: "npm run build"
6666
api_build_command: "rm -rf ./node_modules/@next/swc-* && rm -rf ./.next/cache"
67+
production_branch: "main" # Only main branch goes to production (custom domain)
6768
###### End of Repository/Build Configurations ######
6869

6970
close_pull_request_job:

0 commit comments

Comments
 (0)