diff options
author | Alan Pearce | 2024-06-24 23:45:09 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-24 23:45:09 +0200 |
commit | da30bcc00c0207924946bdff612a58ddbb79f52f (patch) | |
tree | 60017757d0745efc2acd6cd73e44c6f68ea3116b | |
parent | 647d2c7573c9b15faa52dcf5c119def531be4094 (diff) | |
download | dns-da30bcc00c0207924946bdff612a58ddbb79f52f.tar.lz dns-da30bcc00c0207924946bdff612a58ddbb79f52f.tar.zst dns-da30bcc00c0207924946bdff612a58ddbb79f52f.zip |
keep last-built version of dnscontrol around
-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 |