Files
scottyah-blog/scripts/update.sh
2023-06-02 22:32:25 -07:00

5 lines
130 B
Bash

git pull
docker build -t scottyah/blog:latest .
docker push scottyah/blog:latest
sudo kubectl rollout restart deployment blog-dep