Skip to content

Conversation

@gagantrivedi
Copy link
Member

Thanks for submitting a PR! Please check the boxes below:

  • I have added information to docs/ if required so people know about the feature!
  • I have filled in the "Changes" section below?
  • I have filled in the "How did you test this code" section below?
  • I have used a Conventional Commit title for this Pull Request

Changes

Add deployment of SDK ECS service alongside the main API service. Both services share the same task definition family (flagsmith-api) and are deployed sequentially.

  • Add aws_ecs_sdk_service_name input to api-deploy-ecs action
  • Add SDK service deployment step using same task definition
  • Update wait step to wait for both services to stabilize
  • Pass new input from reusable workflow

Manual Steps Required (Post-Merge):
Configure GitHub Environment Variables in repository settings:

  • Staging environment: Set AWS_ECS_SDK_SERVICE_NAME to the appropriate value
  • Production environment: Set AWS_ECS_SDK_SERVICE_NAME to the appropriate value

How did you test this code?

  • Verified GitHub Actions workflow YAML syntax
  • Deployment will be tested after adding environment variables to staging/production environments

Add deployment of flagsmith-sdk ECS service
alongside the main API service. Both services share the same task
definition family (flagsmith-api) and are deployed sequentially.

Changes:
- Add aws_ecs_sdk_service_name input to api-deploy-ecs action
- Add SDK service deployment step using same task definition
- Update wait step to wait for both services to stabilize
- Pass new input from reusable workflow

Requires adding AWS_ECS_SDK_SERVICE_NAME environment variable to
staging and production GitHub environments.
@gagantrivedi gagantrivedi requested a review from a team as a code owner January 7, 2026 09:01
@gagantrivedi gagantrivedi requested review from khvn26 and removed request for a team January 7, 2026 09:01
@cursor
Copy link

cursor bot commented Jan 7, 2026

You have run out of free Bugbot PR reviews for this billing cycle. This will reset on January 10.

To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@vercel
Copy link

vercel bot commented Jan 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

3 Skipped Deployments
Project Deployment Review Updated (UTC)
docs Ignored Ignored Jan 7, 2026 9:01am
flagsmith-frontend-preview Ignored Ignored Jan 7, 2026 9:01am
flagsmith-frontend-staging Ignored Ignored Jan 7, 2026 9:01am

@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

Docker builds report

Image Build Status Security report
ghcr.io/flagsmith/flagsmith-e2e:pr-6484 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-frontend:pr-6484 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-api:pr-6484 Finished ✅ Results
ghcr.io/flagsmith/flagsmith:pr-6484 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-private-cloud:pr-6484 Finished ✅ Results

@github-actions github-actions bot added the feature New feature or request label Jan 7, 2026
@codecov
Copy link

codecov bot commented Jan 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.07%. Comparing base (ca89fe8) to head (a174572).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6484   +/-   ##
=======================================
  Coverage   98.07%   98.07%           
=======================================
  Files        1294     1294           
  Lines       46537    46537           
=======================================
  Hits        45639    45639           
  Misses        898      898           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@gagantrivedi gagantrivedi merged commit 253d232 into main Jan 7, 2026
31 checks passed
@gagantrivedi gagantrivedi deleted the feature/add-sdk-svc-ecs-deployment branch January 7, 2026 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants