feat: onboard agents-api onto the deploy platform#16
Merged
Conversation
Adds platform/ contract files and the three new workflows (deploy-preview, publish, release) that wire agents-api into the JorisJonkers-dev deploy platform. publish.yml drives container-publish → deploy-artifact → register-service on every v*.*.* tag; release.yml uses the App token so the tag triggers downstream workflows. The legacy publish-image and publish-deploy-bundle jobs are removed from release.yml in favour of publish.yml; publish-api-clients is retained. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Deploy Preview — agents-apiEnvironments: production Image refs
SC-11 Readiness Scorecard
Updated by deploy-preview action on push to this PR. |
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.
Adds
platform/contract files and the three new workflows (deploy-preview.yml,publish.yml,release.yml) that wire agents-api into the JorisJonkers-dev deploy platform.Changes:
platform/deployment.yml— v2 deployment contract (namespaceagents-system, layerapps-core, health at/api/actuator/health/readiness:8082)platform/images.lock.json— zero-digest placeholder for CI validationplatform/render-local.sh— local CI-parity render scriptplatform/production.env— non-secret env values placeholder.github/workflows/deploy-preview.yml— SHA-pinned deploy validation on every platform/ PR.github/workflows/publish.yml— tag-triggered publish: container image → deploy artifact → homelab-deploy registry PR.github/workflows/release.yml— platform-strict release (App token mandatory, no GITHUB_TOKEN fallback); retainspublish-api-clients; removes legacypublish-image/publish-deploy-bundle(those now live inpublish.yml)All github-workflows refs pinned at
4b444f9a50edf76e4aea4148d73407c34a1e43a4(v0.12.1). Context ref from homelab-deploy.context-pins.yaml.