From e481f98e2aeb748805efaebad4427805bb5111ab Mon Sep 17 00:00:00 2001 From: louis <869322496@qq.com> Date: Mon, 4 Mar 2024 10:01:05 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B7=BB=E5=8A=A0=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index b39ff4d..37bac24 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,10 @@ #!/bin/bash # 拉取最新的代码 +echo "Pulling latest code..." git pull -docker compose --env-file .env --env-file .env.production up -d --build \ No newline at end of file +echo "Building and starting docker services..." +docker compose --env-file .env --env-file .env.production up -d --build + +echo "build succeeds." \ No newline at end of file