Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jianzfb committed Oct 21, 2024
1 parent 6381ace commit a557bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/管线构建和发布.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ placeholder['image'](image). \
# user (OPTIONAL)镜像中心用户名(推荐使用阿里云镜像中心)
# password (OPTIONAL)镜像中心密码(推荐使用阿里云镜像中心)
# mode 打包模式(http, grpc, android/sdk, linux/sdk, windows/sdk, applet)
antgo package --name=personseg --main=server --port=8080 --version=semib --image-repo=xxx --user=xxx --password=xxx
antgo package --name=personseg --main=server:app --port=8080 --version=semib --image-repo=xxx --user=xxx --password=xxx
```
对于,C++管线打包后,有如下目录结构
```
Expand All @@ -58,5 +58,5 @@ package
# port 对外服务端口
# user (OPTIONAL)镜像中心用户名(推荐使用阿里云镜像中心)
# password (OPTIONAL)镜像中心密码(推荐使用阿里云镜像中心)
antgo deploy --ip=xxx --port=xxx --user=xxx --password=xxx
antgo deploy --ip=xxx --port=xxx --user=xxx --password=xxx --release
```

0 comments on commit a557bcd

Please sign in to comment.