use just for deployment
1 file changed, 13 insertions(+), 0 deletions(-)
changed files
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