From 7377aeb89fb8a55673d515c5d61d674ff136e462 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Sun, 19 Oct 2025 05:58:10 +0500 Subject: [PATCH] modified: serv_nginx/Makefile api_bb into round CI/CD --- serv_nginx/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index 81b9b1a..9ad913e 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -1,5 +1,7 @@ all: git stop_bb build_bb run_bb npm_clean rebuild_bbvue api_bb_logs +api_bb: git stop_bb build_bb run_bb api_bb_logs + git: git pull