bullish/prod-deploy.sh
Ameya Shenoy ef2f2bdbb0
chore: script for deploy
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2021-02-12 15:54:29 +05:30

11 lines
254 B
Bash
Executable file

#!/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}