build: 添加构建日志
This commit is contained in:
parent
8dedce3ca5
commit
e481f98e2a
|
@ -1,6 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# 拉取最新的代码
|
# 拉取最新的代码
|
||||||
|
echo "Pulling latest code..."
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
docker compose --env-file .env --env-file .env.production up -d --build
|
echo "Building and starting docker services..."
|
||||||
|
docker compose --env-file .env --env-file .env.production up -d --build
|
||||||
|
|
||||||
|
echo "build succeeds."
|
Loading…
Reference in New Issue