diff --git a/switch_to_nginx.sh b/switch_to_nginx.sh new file mode 100755 --- /dev/null +++ b/switch_to_nginx.sh @@ -0,0 +1,7 @@ +#!/bin/zsh + +cd /my/serv/pomerium +kubectl delete -f kube + +cd /my/serv/nginx +/my/proj/release/env/bin/invoke run