From f8ae558738d1b2639a68661b6d516a7844baab57 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 18 Nov 2020 13:15:33 -0500 Subject: fix --- scripts/release.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/release.sh b/scripts/release.sh index 9510d39..57f4eaf 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -1,5 +1,7 @@ #!/usr/bin/env nix-shell #! nix-shell -p doctl -p kubectl -p curl -i bash +#! nix-shell -I nixpkgs=https://nixos.org/channels/nixpkgs-unstable + nix-env -if ./nix/dhall-yaml.nix doctl kubernetes cluster kubeconfig save kubermemes dhall-to-yaml-ng < ./site.dhall | kubectl apply -n apps -f - -- cgit v1.2.3