CI/CD
KintoHub provides CI/CD functionality using Github Workflows and a Custom github action.
Usage#
To enable CI/CD functionality for you KintoHub services -
- Create a
yamlfile namedtrigger.yamlin{your-reposiory}/.github/workflows/trigger.yaml - Copy the contents from the example github workflow given below and replace the parameter values with your own.
| Parameter | Description | Required |
|---|---|---|
| core_host | The host address of your KintoHub instance. Should be supplied in the format Host:Port | true |
| environment_id | Environment Id of the service that you want CI/CD functionality for. | true |
| service_name | Name of the service that you want CI/CD for. | true |