chore: script for deploy
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
92169c0800
commit
ef2f2bdbb0
1 changed files with 11 additions and 0 deletions
11
prod-deploy.sh
Executable file
11
prod-deploy.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
|
||||
docker push codingcoffee/bullish-backend
|
||||
docker push codingcoffee/bullish-frontend
|
||||
|
||||
kubectl rollout restart deploy/bullish-{frontend,backend,worker,scheduler}
|
||||
|
||||
Loading…
Reference in a new issue