chore(local_deploy): Deploy frontend

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-06-24 18:11:26 +02:00
parent 810e97605b
commit 2c3841e57e

View file

@ -10,6 +10,7 @@ export IMAGE_TAG=`grep fromVersion vars.yaml | awk '{print $NF}'|xargs`
apps=(
frontend
api
assets
db
@ -40,6 +41,12 @@ restart(){
exit 1
} || {
case "$1" in
frontend)
echo $IMAGE_TAG
cd ../../frontend
source build.sh $@
restart frontend
;;
api)
echo $IMAGE_TAG
cd ../../api