all repos — dns @ afded3e0e7dd206e7d6f01098c445413b2eab6d1

DNS records for my domains, managed via dnscontrol

use just for deployment

Alan Pearce
commit

afded3e0e7dd206e7d6f01098c445413b2eab6d1

parent

5321bb053747867cca4ab75616ce60139108f624

2 files changed, 13 insertions(+), 3 deletions(-)

changed files
D deploy
@@ -1,3 +0,0 @@
-#! /bin/sh -nix-build -./result/bin/dnscontrol push
A justfile
@@ -0,0 +1,13 @@
+#! /usr/bin/env cached-nix-shell +#! nix-shell -i "just --justfile" + +preview: + dnscontrol preview + +push: + dnscontrol push + +ci: + dnscontrol check + +cd: push