Deploy
The deploy config of a component decides where and how it is deployed.
Every deploy type works on both CI backends unless noted otherwise.
| Deploy type | What it does |
|---|---|
google-cloudrun | container hosting on Google Cloud Run — services, jobs, worker pools, Cloud SQL |
npmPackage | publishes the component to an npm registry |
pages | publishes a static site on GitLab or GitHub pages |
custom | your own deploy script |
dockerTag | tags the built image for an external deployment |
kubernetes | Helm deployment to a Kubernetes cluster (deprecated) |
A component without a deploy config is built and tested, but never
deployed.