fix??
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-07-09 17:22:09 -04:00
parent aafe33afee
commit d7eac7fc83
1 changed files with 1 additions and 1 deletions

View File

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