* 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>