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

6 lines
136 B
Bash

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