feat: move deploy pipeline to kindred-infra#539
Merged
Conversation
ECR build + App Runner deploy logic moved to pmilano1/kindred-infra.
This repo now only handles semantic-release tagging. After a new release
is created, a repository_dispatch event fires to kindred-infra which
owns the full deploy pipeline.
Removes: build-and-deploy job (ECR push, App Runner update, health check)
cleanup job (ECR image pruning)
Adds: dispatch-deploy job (fires repository_dispatch to kindred-infra)
deploy-apprunner.sh was already removed from git history (contained
plaintext credentials). RDS password and NextAuth secret have been rotated.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pmilano1
pushed a commit
that referenced
this pull request
Feb 21, 2026
# [1.127.0](v1.126.12...v1.127.0) (2026-02-21) ### Features * move deploy pipeline to kindred-infra, dispatch on release ([#539](#539)) ([772c124](772c124))
Owner
Author
|
🎉 This PR is included in version 1.127.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
semantic-releasecreates a tag, firesrepository_dispatchtopmilano1/kindred-infrawhich owns the full deploy pipelinedeploy-apprunner.shwas scrubbed from git history (contained plaintext DB password, NextAuth secret, Google OAuth secret — all rotated)What stays in this repo
ci.yml— lint, tests, Playwright (unchanged)deploy.yml— now only: semantic-release + dispatch to kindred-infraWhat moved to kindred-infra
auto_deployments_enabled = truewatching ECR:latest)Security
🤖 Generated with Claude Code