build: 优化模块命名 continew-webapi => continew-server,continew-module-system => continew-system

This commit is contained in:
2025-06-14 21:08:38 +08:00
parent 23fbb3d877
commit 71fee0f58d
291 changed files with 29 additions and 29 deletions

View File

@@ -35,7 +35,7 @@ jobs:
port: ${{ secrets.SERVER_PORT }}
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
source: ./continew-webapi/target/app/*
source: ./continew-server/target/app/*
target: /docker/continew-admin
strip_components: 3
# 5、启动
@@ -48,5 +48,5 @@ jobs:
password: ${{ secrets.SERVER_PASSWORD }}
script: |
cd /docker
docker-compose up --force-recreate --build -d continew-admin-server
docker-compose up --force-recreate --build -d continew-server
docker images | grep none | awk '{print $3}' | xargs docker rmi