Still needed this to work locally, added a flag to the binary
(-plugindir) to make this possible. The default being set should make
this works for netlify as well.
Signed-off-by: Miek Gieben <miek@miek.nl>
This adds all remaining configuration to auto build and deploy
via Netlify. In addition to deploying master it also enables PR
review deploys.
Signed-off-by: Michael Grosser <development@stp-ip.net>
* Github Action to automatically sync content
Content is synced from coredns/coredns and checked before being
committed into the same repository so master should always reflect the
correct state.
It is using a scheduled github action for now as this removes any github
authentication coordination and simplifies the general action.
This prepares further automation for Netlify.
Being run every 12 minutes starting on the 4th minute.
Signed-off-by: Michael Grosser <development@stp-ip.net>
* Address review comment to keep make command for running hugo server
Signed-off-by: Michael Grosser <development@stp-ip.net>
* Write updated syncing script in Go
Uses AST to get header data.
Checks content to notice, if an update is needed.
Signed-off-by: Michael Grosser <development@stp-ip.net>
* Simplify sync code
Remove ast usage and simplify syncing code
Additionally split corefile check into its own workflow
Signed-off-by: Michael Grosser <development@stp-ip.net>
* Sync to 1.6.3 from coredns
add new plugins, also tweak front page a little.
Signed-off-by: Miek Gieben <miek@miek.nl>
* Prepare for 163 release
Signed-off-by: Miek Gieben <miek@miek.nl>
Adapt the readme_test.go into executable (github.com/miekg/corecheck)
and use it check Corefile snippets in 'make scan'. Update doc docs
to have `~~~ corefile` and also modernized a few.