ZKT-skuska/web/remove-app.sh

7 lines
112 B
Bash
Raw Normal View History

2023-05-23 22:48:36 +00:00
#!/bin/bash
kubectl delete -f service.yaml
kubectl delete -f deployment.yaml
docker rmi -f oliversid/node-app