From 4f123ed399d443819bb71412f1c9b398a3eb654d Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Thu, 16 Oct 2025 09:30:16 +0500 Subject: [PATCH] modified: serv_nginx/Makefile bb CI/CD pipline --- serv_nginx/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index 29c34cc..693b33c 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -1,6 +1,9 @@ BB=bb_api -all: build +all: bb + +git: + git pull stop_bb: docker compose down api_bb @@ -8,7 +11,7 @@ stop_bb: build_bb: docker compose build api_bb --no-cache -bb: stop_bb build_bb +bb: git stop_bb build_bb bbb api_bb_logs docker compose up api_bb -d bb_db: