You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add GoCD pipeline for auto-deploy on push to master
Adds GoCD pipeline templates following the seer pattern:
- orbital.jsonnet: pipedream config with auto_deploy: true,
materials watching sentry-orbital master, US-only regions
- pipelines/orbital.libsonnet: check GH Actions build → k8s-deploy
- bash/check-github.sh: verify 'Build and smoke test' passed
- bash/deploy.sh: k8s-deploy with GHCR image tagged by commit SHA
On push to master, GoCD will:
1. Wait for GH Actions build to pass
2. Deploy ghcr.io/getsentry/sentry-orbital:<sha> to US k8s
Requires companion changes:
- devinfra-deployment-service: update orbital-k8s deploy-config to
point at sentry-orbital repo
- ops: remove the old orbital-k8s.jsonnet (now lives here)
0 commit comments