2
0

update shell to deploy

This commit is contained in:
simonzhangsz
2024-12-11 15:18:18 +08:00
parent adab077708
commit 25d6ad11a1
5 changed files with 25 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
# 使用说明,用来提示输入参数
usage() {
echo "Usage: sh 执行脚本.sh [port|base|modules|stop|rm]"
echo "Usage: sh deploy.sh [port|base|modules|stop|rm]"
exit 1
}
@@ -36,7 +36,7 @@ modules(){
# 启动程序模块(后端)
backend(){
docker-compose up -d wfc-gateway wfc-auth wfc-modules-system wfc-modules-user wfc-modules-payment
docker-compose up -d wfc-gateway wfc-auth wfc-modules-system wfc-modules-user wfc-modules-payment wfc-modules-job wfc-modules-file wfc-modules-gen
}
# 启动程序模块(前端)