From 7a85bf80e1c2ed6c4e286cd6906142ee44b133e1 Mon Sep 17 00:00:00 2001 From: Koen Rouwhorst Date: Wed, 30 Jan 2019 21:43:20 +0100 Subject: [PATCH] Added DNS Control action to the list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b460276..a9eb6c3 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Build Hugo static content site and publish it to gh-pages branch](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages) - [Deploy via rsync over ssh](https://github.com/maxheld83/ghaction-rsync) - [Test your Actions Locally](https://github.com/tschoffelen/gha) +- [Deploy your DNS configuration using DNS Control](https://github.com/koenrh/dnscontrol-action) ### Collection of actions