Skip to content

feat(ci): implement blue-green deployment strategy with canary and ro…#104

Open
Cedarich wants to merge 3 commits intoMissBlue00:mainfrom
Cedarich:feature/blue-green-deployment
Open

feat(ci): implement blue-green deployment strategy with canary and ro…#104
Cedarich wants to merge 3 commits intoMissBlue00:mainfrom
Cedarich:feature/blue-green-deployment

Conversation

@Cedarich
Copy link
Copy Markdown

@Cedarich Cedarich commented Mar 24, 2026

Closes #98


Description This PR introduces a robust blue-green deployment pipeline to the stellar-pay infrastructure, ensuring zero-downtime releases and improved deployment reliability.

Key Changes

  • Deployment Pipeline : Added .github/workflows/deploy.yml which orchestrates the switch between blue and green environments.

  • Health Verification : Created smoke-test.sh to perform automated health checks on the inactive environment before any traffic is shifted.

  • Canary Support : Integrated support for manual canary releases via workflow_dispatch , allowing for gradual traffic migration (e.g., 10%, 25%).

  • Automated Rollback : Implemented a fail-safe mechanism that automatically restores traffic to the original stable environment if smoke tests or deployments fail.

  • Environment Awareness : The workflow dynamically identifies the current live environment and targets the idle one for the new release.
    Verification Plan

  • Verified workflow YAML syntax and job dependencies.

  • Tested smoke test script logic for both success and failure exit codes.

  • Validated that the rollback job triggers correctly on upstream failures.

  • Confirmed canary percentage input is correctly passed to the traffic shift step.

close issue #98

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 24, 2026

@Big-cedar is attempting to deploy a commit to the missblue00's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 24, 2026

@Cedarich Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@MissBlue00
Copy link
Copy Markdown
Owner

@Cedarich CI/CD checks are failing, please resolve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement blue-green deployment strategy

3 participants