├── LICENSE ├── README.md └── shell ├── build-sz-admin-alone.sh ├── build-sz-admin.sh ├── common.env ├── common.sh ├── deploy-minio.sh ├── deploy-nginx.sh ├── deploy-sz-service-admin.sh ├── deploy-sz-service-websocket.sh ├── env-init.sh └── package ├── build-web-alone.sh ├── deploy-api-alone.sh └── deploy-api-docker.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchuixue/sz-deploy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchuixue/sz-deploy/HEAD/README.md -------------------------------------------------------------------------------- /shell/build-sz-admin-alone.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchuixue/sz-deploy/HEAD/shell/build-sz-admin-alone.sh -------------------------------------------------------------------------------- /shell/build-sz-admin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchuixue/sz-deploy/HEAD/shell/build-sz-admin.sh -------------------------------------------------------------------------------- /shell/common.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchuixue/sz-deploy/HEAD/shell/common.env -------------------------------------------------------------------------------- /shell/common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchuixue/sz-deploy/HEAD/shell/common.sh -------------------------------------------------------------------------------- /shell/deploy-minio.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchuixue/sz-deploy/HEAD/shell/deploy-minio.sh -------------------------------------------------------------------------------- /shell/deploy-nginx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchuixue/sz-deploy/HEAD/shell/deploy-nginx.sh -------------------------------------------------------------------------------- /shell/deploy-sz-service-admin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchuixue/sz-deploy/HEAD/shell/deploy-sz-service-admin.sh -------------------------------------------------------------------------------- /shell/deploy-sz-service-websocket.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchuixue/sz-deploy/HEAD/shell/deploy-sz-service-websocket.sh -------------------------------------------------------------------------------- /shell/env-init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchuixue/sz-deploy/HEAD/shell/env-init.sh -------------------------------------------------------------------------------- /shell/package/build-web-alone.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchuixue/sz-deploy/HEAD/shell/package/build-web-alone.sh -------------------------------------------------------------------------------- /shell/package/deploy-api-alone.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchuixue/sz-deploy/HEAD/shell/package/deploy-api-alone.sh -------------------------------------------------------------------------------- /shell/package/deploy-api-docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feiyuchuixue/sz-deploy/HEAD/shell/package/deploy-api-docker.sh --------------------------------------------------------------------------------