From ddfe15844ca30cfbe0bad699ec7e6fac04d08883 Mon Sep 17 00:00:00 2001 From: Jeroen Knoops Date: Sun, 14 Jun 2020 15:57:09 +0100 Subject: [PATCH] Add link how to setup self-hosted runners Add link to tutorial how to setup auto-scaled self-hosted github actions runners. https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 533b8b1..2a34ede 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Zero Downtime Laravel Deployments with GitHub Actions](https://atymic.dev/blog/github-actions-laravel-ci-cd/) - [Building Custom GitHub Actions Pluralsight Course](https://www.pluralsight.com/courses/building-custom-github-actions/) - [Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/) +- [Setup Auto-scaled self-hosted GitHub Actions Runners on AWS Spot-instances](https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners) > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information