7 lines
131 B
Bash
Executable File
7 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $GOPATH/src/vibeStonk/ || exit
|
|
|
|
./scripts/build_docker.sh || exit
|
|
|
|
kubectl rollout restart deployment -n vibe-stonk |