From 7ac34180b69fd5424c96bfdb3e5d91cf825f84be Mon Sep 17 00:00:00 2001 From: Shiham Abdul Rahman Date: Fri, 14 Apr 2023 02:34:22 +0500 Subject: [PATCH] wrong build path --- honestyui-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/honestyui-build.sh b/honestyui-build.sh index 45a8c59..d0e5070 100755 --- a/honestyui-build.sh +++ b/honestyui-build.sh @@ -17,8 +17,8 @@ curl -s $TG_BOTAPI$TG_BOT_TOKEN/sendMessage?chat_id=$HONESTY_TG_CHATID'&'text=$T git -C $GIT_PATH pull -docker compose -f $DOCKER_BUILD_PATH/.build/docker-compose.yml build -docker compose -f $DOCKER_BUILD_PATH/.build/docker-compose.yml push +docker compose -f $DOCKER_BUILD_PATH/docker-compose.yml build +docker compose -f $DOCKER_BUILD_PATH/docker-compose.yml push docker compose -f $DOCKER_RUN_PATH/docker-compose.yml pull docker compose -f $DOCKER_RUN_PATH/docker-compose.yml down docker compose -f $DOCKER_RUN_PATH/docker-compose.yml up -d