Skip to content

Commit 97d4d0c

Browse files
committed
test(vefaas): fix deploy docs
1 parent b63aeb8 commit 97d4d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ updated_cloud_app = engine.update_function_code(
134134
path="/my-agent-project" # 本地项目路径
135135
)
136136

137-
print(f"应用已更新,访问地址:{updated_cloud_app.vefaas_endpoint}")
137+
# 可以使用updated_cloud_app.vefaas_endpoint访问您的项目
138138
```
139139

140140
**注意事项:**
@@ -152,7 +152,7 @@ from veadk.cloud.cloud_agent_engine import CloudAgentEngine
152152
engine = CloudAgentEngine()
153153

154154
# 删除指定的云应用
155-
engine.remove("my-agent-app")
155+
engine.remove(app_name="my-agent-app")
156156
```
157157

158158
执行时会提示确认:

0 commit comments

Comments
 (0)