Update atomic-deployment.mdx#1895
Conversation
|
WalkthroughThis change removes the Changes
Sequence Diagram(s)sequenceDiagram
participant GHA as GitHub Actions
participant Step as Promote Step
participant CLI as Promotion Command
GHA->>Step: Evaluate step condition (previously skipped)
Step->>CLI: Execute `npx trigger.dev@latest promote $TRIGGER_VERSION`
CLI-->>Step: Return promotion result
Step-->>GHA: Pass result back to workflow
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@loganmimaroglu can you provide more information about this change? |
|
Hey @matt-aitken, I think the if: false condition is preventing the trigger deployment from ever being promoted. Removing that conditional should allow the trigger deployment to be promoted after the Vercel deployment completes successfully. |
Changelog
Updating docs
Summary by CodeRabbit