Skip to content

DeployBot v0.2.5

Choose a tag to compare

@mberman84 mberman84 released this 21 Jun 02:40
2d17f84

DeployBot v0.2.5 completes the built-in-token release chain.

  • Explicitly dispatches protected deployment workflows after token-driven exact-main CI succeeds.
  • Carries the exact successful CI SHA and run ID into deployment.
  • Ignores skipped deployment wake-ups that never attempted a release.
  • Lets newer successful CI supersede an older failed deployment attempt.
  • Pauses safely if deployment dispatch cannot be completed.

Deployment workflows should accept workflow_dispatch inputs named ci_sha and ci_run_id and verify that run before release.