4 lines
129 B
Bash
Executable File
4 lines
129 B
Bash
Executable File
cd ..
|
|
docker build -t scottyah/blog:latest .
|
|
docker push scottyah/blog:latest
|
|
kubectl rollout restart deployment blog-dep -n blog |