6 lines
235 B
Bash
Executable File
6 lines
235 B
Bash
Executable File
#!/usr/bin/env nix-shell
|
|
#! nix-shell -p doctl -p kubectl
|
|
doctl kubernetes cluster kubeconfig save kubermemes
|
|
dhall-to-yaml-ng < ../printerfacts.dhall | kubectl apply -n apps -f -
|
|
kubectl rollout status -n apps deployment/printerfacts
|