fix(azure): add skip_deploy_on_missing_secrets for token handling

Azure SWA recommends this parameter to gracefully handle missing
deployment tokens. When secrets are not configured, the workflow
will continue without deployment.
This commit is contained in:
xiaohei
2025-12-29 09:23:53 +00:00
parent d275a08c39
commit 0b388ce82b
@@ -40,3 +40,4 @@ jobs:
output_location: ''
skip_app_build: true
is_static_export: true
skip_deploy_on_missing_secrets: true