改为手动触发生产部署 - #3
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
#1 和 #2 合并后,主分支代码检查已经通过,但部署任务因
productionEnvironment 的 5 个 Secret 均未配置而失败。失败发生在配置校验步骤,未连接服务器、未传输文件,也未发生生产变更。修改
mainpush 继续执行完整质量检查并保存 Web 产物main显式workflow_dispatch触发验证
git diff --check通过回滚
回退本 PR 即可恢复
mainpush 后自动进入部署任务;恢复前应先配置并验证全部生产 Secret。