From 0c638f72a280d40e5c6790a9faa6698a947c201a Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Thu, 16 Oct 2025 09:53:31 +0500 Subject: [PATCH] modified: serv_nginx/Makefile add git pull command into pipline --- serv_nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index 163adf7..3f2c56c 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -1,4 +1,4 @@ -all: stop_bb build_bb run_bb api_bb_logs bbb +all: git stop_bb build_bb run_bb api_bb_logs bbb git: git pull