forked from xiaohei/taiji-pda-v0
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:
@@ -40,3 +40,4 @@ jobs:
|
||||
output_location: ''
|
||||
skip_app_build: true
|
||||
is_static_export: true
|
||||
skip_deploy_on_missing_secrets: true
|
||||
|
||||
Reference in New Issue
Block a user