wrong build path

This commit is contained in:
Shihaam Abdul Rahman 2023-04-14 02:34:22 +05:00
parent bd4c663f94
commit 7ac34180b6
Signed by: shihaam
GPG Key ID: 1D33DF08702F2A9C

View File

@ -17,8 +17,8 @@ curl -s $TG_BOTAPI$TG_BOT_TOKEN/sendMessage?chat_id=$HONESTY_TG_CHATID'&'text=$T
git -C $GIT_PATH pull git -C $GIT_PATH pull
docker compose -f $DOCKER_BUILD_PATH/.build/docker-compose.yml build docker compose -f $DOCKER_BUILD_PATH/docker-compose.yml build
docker compose -f $DOCKER_BUILD_PATH/.build/docker-compose.yml push 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 pull
docker compose -f $DOCKER_RUN_PATH/docker-compose.yml down docker compose -f $DOCKER_RUN_PATH/docker-compose.yml down
docker compose -f $DOCKER_RUN_PATH/docker-compose.yml up -d docker compose -f $DOCKER_RUN_PATH/docker-compose.yml up -d