printerfacts/scripts/release.sh

6 lines
235 B
Bash
Raw Normal View History

2020-07-09 20:41:47 +00:00
#!/usr/bin/env nix-shell
#! nix-shell -p doctl -p kubectl
doctl kubernetes cluster kubeconfig save kubermemes
2020-07-09 20:55:47 +00:00
dhall-to-yaml-ng < ../printerfacts.dhall | kubectl apply -n apps -f -
2020-07-09 20:41:47 +00:00
kubectl rollout status -n apps deployment/printerfacts