8 lines
216 B
Bash
Executable File
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
|