From 7598068a19a29d0372f5e16c820bc78b743b5071 Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Wed, 24 Sep 2025 15:41:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9E=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy.sh b/deploy.sh index e130fee..1736eeb 100644 --- a/deploy.sh +++ b/deploy.sh @@ -5,6 +5,8 @@ export GOCACHE=/root/.cache/go-build export CONTAINER_NAME=ai_scheduler export CGO_ENABLED='0' + +git pull origin master go mod tidy make build docker build -t ${CONTAINER_NAME} .