商品bug

This commit is contained in:
litianxiang
2026-04-28 09:39:27 +08:00
parent 7fac582123
commit fdda674368
2 changed files with 4 additions and 3 deletions

View File

@@ -141,8 +141,8 @@ jobs:
cd ${{ env.REMOTE_DEPLOY_PATH }} cd ${{ env.REMOTE_DEPLOY_PATH }}
echo "停止旧容器..." echo "停止旧容器..."
docker compose down || true docker compose down || true
echo "清理Docker资源..." # echo "清理Docker资源..."
docker system prune -f # docker system prune -f
echo "构建镜像..." echo "构建镜像..."
docker compose build --no-cache docker compose build --no-cache
echo "启动服务..." echo "启动服务..."

View File

@@ -22,7 +22,8 @@ spring:
namespace: ${nacos.namespace} namespace: ${nacos.namespace}
username: ${nacos.username} username: ${nacos.username}
password: ${nacos.password} password: ${nacos.password}
hostname: master-aida-gateway # ip: ${HOSTNAME}
# hostname: master-aida-gateway
config: config:
server-addr: ${nacos.host} server-addr: ${nacos.host}
namespace: ${nacos.namespace} namespace: ${nacos.namespace}