From afded3e0e7dd206e7d6f01098c445413b2eab6d1 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 29 Jun 2024 15:22:22 +0200 Subject: use just for deployment --- justfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 justfile (limited to 'justfile') diff --git a/justfile b/justfile new file mode 100755 index 0000000..2c4318c --- /dev/null +++ b/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 -- cgit 1.4.1