diff --git a/scripts/release.sh b/scripts/release.sh index 9865404..de3fefb 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -1,5 +1,5 @@ #!/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 - +dhall-to-yaml-ng < ./printerfacts.dhall | kubectl apply -n apps -f - kubectl rollout status -n apps deployment/printerfacts