6 lines
136 B
Bash
Executable File
6 lines
136 B
Bash
Executable File
cd ..
|
|
git pull
|
|
docker build -t scottyah/blog:latest .
|
|
docker push scottyah/blog:latest
|
|
sudo kubectl rollout restart deployment blog-dep
|