Skip to content

Commit

Permalink
fix update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenle committed Jan 7, 2025
1 parent 12c512e commit 017fd6b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .computenest/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Service:
- TemplateName: docker
Operation:
- Name: 更新应用程序
Description: 从指定分支拉取更新,更新容器应用程序,需要重启应用进程
Description: 从指定分支拉取最新代码,更新应用程序。分支的Commit无变化时不更新
Type: Custom
Parameters:
- Branch
Expand All @@ -21,16 +21,22 @@ Service:
- AcrUsername
- AcrPassword
- Name: 修改容器环境变量
Description: 修改容器环境变量,需要重启应用进程
Description: 修改容器环境变量,需要重启应用
Type: Custom
Parameters:
- EnvVar
- ImagePullPath
- AcrUsername
- AcrPassword
- Name: 修改ECS实例配置
Description: 修改ECS实例配置,可能会重启ECS实例
Description: 修改ECS实例配置,需要重启应用
Type: Custom
Parameters:
- Port
- EcsInstanceType
- ImagePullPath
- AcrUsername
- AcrPassword
ServiceType: private
ServiceInfo:
Locale: zh-CN
Expand Down

0 comments on commit 017fd6b

Please sign in to comment.