source/projects/public-dns/update.sh

6 lines
142 B
Bash
Raw Normal View History

#!/usr/bin/env bash
exec bazel run :updater -- \
--config $(realpath ./config.yml) \
--templates $(realpath src/resources/zonefiles)