Skip to main content

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 typeWhat it does
google-cloudruncontainer hosting on Google Cloud Run — services, jobs, worker pools, Cloud SQL
npmPackagepublishes the component to an npm registry
pagespublishes a static site on GitLab or GitHub pages
customyour own deploy script
dockerTagtags the built image for an external deployment
kubernetesHelm deployment to a Kubernetes cluster (deprecated)

A component without a deploy config is built and tested, but never deployed.