source/projects/public-dns/update.sh

8 lines
176 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2022-02-21 23:33:39 +00:00
cd "$(dirname $(realpath "$0"))"
exec bazel run :updater -- \
--config $(realpath ./config.yml) \
--templates $(realpath src/resources/zonefiles)