From 3accf7ebf8d8f64d18e8803848a9fa0e6684494a Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Sun, 13 Sep 2020 14:21:29 -0400 Subject: [PATCH] Add tutorial "Getting the Gist of GitHub Actions" https://gist.github.com/br3ndonland/f9c753eb27381f97336aa21b8d932be6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2317b2..93d2a57 100644 --- a/README.md +++ b/README.md @@ -541,6 +541,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/) - [Deploying Self-Hosted GitHub Actions Runners with Docker](https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted GitHub Actions runners with Docker and Docker Swarm to DigitalOcean. - [Setup Auto-scaled self-hosted GitHub Actions Runners on AWS Spot-instances](https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners) +- [Getting the Gist of GitHub Actions](https://gist.github.com/br3ndonland/f9c753eb27381f97336aa21b8d932be6) > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information.