diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | deploy | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 94c74ef..e8a1043 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /node_modules /.env +/result diff --git a/deploy b/deploy index f8875c6..7742f11 100755 --- a/deploy +++ b/deploy @@ -1,3 +1,3 @@ -#! /usr/bin/env nix-shell -#! nix-shell -i bash -dnscontrol push +#! /bin/sh +nix-build +./result/bin/dnscontrol push |