Christine Dodrill 87b01d8629 add logging
2020-07-09 17:07:01 -04:00

6 lines
243 B
Bash
Executable File

#!/usr/bin/env nix-shell
#! nix-shell -p doctl -p kubectl -i bash
doctl kubernetes cluster kubeconfig save kubermemes
dhall-to-yaml-ng < ../printerfacts.dhall | kubectl apply -n apps -f -
kubectl rollout status -n apps deployment/printerfacts