[codex] Add dev deploy workflow#783
Draft
law-chain-hot wants to merge 1 commit into
Draft
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
3dc854b to
72afeaa
Compare
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.
Summary
Deploy DevGitHub Actions workflow fordiff-onlyand realdeployruns.auto,skip,existing-release,temporary-build, androllback.runner_mode=autothe default: it skips runner when runner inputs are unchanged, and blocks before deploy when runner inputs changed so the operator must explicitly choosetemporary-buildorexisting-release.Safety
workflow_dispatchonly and requiresconfirm=dev.App=boxlite,Stage=dev,Role=runner.diff-onlycannot update runners.autonever builds or restarts runners implicitly; it only skips or blocks with instructions.runner-temp/and expire through bucket lifecycle.Validation
bash -n scripts/deploy/dev-full.sh scripts/deploy/runner-build-temp.sh scripts/deploy/runner-rollout.sh scripts/deploy/runner-change-check.sh scripts/deploy/runner-update-binary.shruby -e 'require "yaml"; YAML.load_file(".github/workflows/deploy-dev.yml"); puts "yaml_ok"'git diff --cached --checknpx prettier --check .github/workflows/deploy-dev.yml docs/deploy/dev-deploy.mdscripts/deploy/runner-change-check.shsmoke: missing manifest bucket returns safe unknown statusscripts/deploy/runner-change-check.shsmoke: fake app manifest with baseline=HEAD returns unchangedscripts/deploy/runner-change-check.shsmoke: historical runner baseline returns changed with file listNote: local pre-commit
lint-fixcurrently autoformats unrelated files from the base tree and then hit an Nx sqlite cache error on retry, so this commit was created with--no-verifyafter the manual checks above.