site/scripts/release.sh

7 lines
271 B
Bash
Raw Normal View History

2020-07-14 21:56:14 +00:00
#!/usr/bin/env nix-shell
#! nix-shell -p doctl -p kubectl -i bash
2020-07-16 14:14:10 +00:00
nix-env -if ./nix/dhall-yaml.nix
2020-07-14 21:56:14 +00:00
doctl kubernetes cluster kubeconfig save kubermemes
dhall-to-yaml-ng < ./site.dhall | kubectl apply -n apps -f -
kubectl rollout status -n apps deployment/christinewebsite