Not the runtime (K8s, VMs, ECS etc) ... but the hook/trigger/pipeline that rolls out code.
For example:
- Do you have a custom roll-your-own pipeline or IDP?
- Do you deploy from Git branches (e.g. push to `main` triggers a deploy)?
- Do you have scripts that run on a CI server?
- Webhooks that trigger a rollout on your infra?
- ChatOps commands?
- Manual steps like SSH’ing into a box and running `git pull`?
- Cron-style periodic syncs?
- Something else entirely?
I'm especially curious why you ended up with that trigger mechanism ... constraints, team size, simplicity, reliability needs etc.
How does your deployment trigger flow look these days?
benoau•49m ago