Merge pull request #485 from br3ndonland/br3ndonland/gist

Add "Getting the Gist of GitHub Actions" to tutorials section
This commit is contained in:
Sarah Drasner 2020-09-20 15:01:48 -06:00 committed by GitHub
commit 7354c76d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -543,6 +543,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.