/self-hosted-runner-template

Templates of how to deploy GIthub Actions self-hosted runner.

Primary LanguageJavaScriptMIT LicenseMIT

Github Actions self-hosted runner template

Template of various how to deploy Github Actions self-hosted runner.

Deploy to some machine that docker is installed. This is the most simple way, but not practical.

Deploy to k8s as simple `CronJob'.

Deploy to GCP Cloud Build. It also needs Github worflow_jobs webhook.

Deploy to GCP Cloud Run. It also needs Github workflow_jobs webhook.