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