Skip to content
Song Zheng edited this page Jul 10, 2020 · 2 revisions

Custom CI/CD

Continuous Integration - Self Hosted Runners

Used to run unit and integration tests. Custom runners needed because of environment variables.

Continuous Deployment

  • Webhook Setup to send a request to webhook server when a pull request is merged.
Clone this wiki locally