dip/scripts/kube_deploy.sh
Paul 715eedf4bf updated dip
* added async memcache actions
* update cors methods
2024-05-11 18:21:36 +02:00

8 lines
216 B
Bash
Executable File

#!/bin/sh
./scripts/build_amd64.sh
docker build -t dip:latest .
docker tag dip:latest registry.paulbsd.com/images/dip:latest
docker push registry.paulbsd.com/images/dip:latest
kubectl rollout restart deployment dip