From 6658fee096e1e00710744e56e38bb6945e161288 Mon Sep 17 00:00:00 2001 From: Koen Rouwhorst Date: Sat, 5 Jan 2019 16:18:17 +0100 Subject: [PATCH] Added examples README. --- examples/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..d623656 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,8 @@ +# Examples + +Find in [main.workflow](main.workflow) an example workflow: + +1. Lint the `dnsconfig.js` configuration file using ESLint. +1. Preview the DNS changes. +1. Check whether the current branch is `master`, otherwise abort. +1. Deploy the DNS changes.