summary refs log tree commit diff stats
path: root/justfile
blob: 2c4318c96983e66d098ec61e66f73f01c3b2a661 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/env cached-nix-shell
#! nix-shell -i "just --justfile"

preview:
	dnscontrol preview

push:
	dnscontrol push

ci:
	dnscontrol check

cd: push