Summary
Create a reusable workflow that allows external repos to deploy templates using uses: coder/templates/.github/workflows/_build-and-push.yml@main
Requirements
- Support multi-deployment structure (
deployments/<host>/<org>/<template>)
- Add access control mapping to define which repos can deploy where
- Block demo org deployments with helpful error message directing to PR process
- Update documentation with usage instructions
Summary
Create a reusable workflow that allows external repos to deploy templates using
uses: coder/templates/.github/workflows/_build-and-push.yml@mainRequirements
deployments/<host>/<org>/<template>)