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 /deploy | |
parent | 647d2c7573c9b15faa52dcf5c119def531be4094 (diff) | |
download | dns-da30bcc00c0207924946bdff612a58ddbb79f52f.tar.lz dns-da30bcc00c0207924946bdff612a58ddbb79f52f.tar.zst dns-da30bcc00c0207924946bdff612a58ddbb79f52f.zip |
keep last-built version of dnscontrol around
Diffstat (limited to 'deploy')
-rwxr-xr-x | deploy | 6 |
1 files changed, 3 insertions, 3 deletions
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 |