Skip to content

Commit 1258ef8

Browse files
committed
update help
1 parent caa2b2e commit 1258ef8

File tree

57 files changed

+64
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+64
-39
lines changed

custom-container-function/fc-custom-container-event-cpp/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-event-cpp
33
Provider:
44
- 阿里云
5-
Version: 1.1.7
5+
Version: 1.1.8
66
Description: 快速部署一个基于custom container runtime 的C++ Event 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

custom-container-function/fc-custom-container-event-cpp/src/s.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ vars: # 全局变量
2121

2222
services:
2323
helloworld: # 业务名称/模块名称
24+
component: fc
2425
actions: # 自定义执行逻辑
2526
pre-deploy: # 在deploy之前运行
2627
- run: s build --use-docker --dockerfile ./code/Dockerfile # 要运行的命令行

custom-container-function/fc-custom-container-event-nodejs14/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-event-nodejs14
33
Provider:
44
- 阿里云
5-
Version: 1.1.7
5+
Version: 1.1.8
66
Description: 快速部署一个基于custom container runtime 的 nodejs14 Event 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

custom-container-function/fc-custom-container-event-python3.9/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-event-python3.9
33
Provider:
44
- 阿里云
5-
Version: 1.1.7
5+
Version: 1.1.8
66
Description: 快速部署一个基于custom container runtime 的 python3.9 Event 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

custom-container-function/fc-custom-container-http-aspdotnetcore/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-http-aspdotnetcore
33
Provider:
44
- 阿里云
5-
Version: 1.1.7
5+
Version: 1.1.8
66
Description: 快速部署一个基于custom container runtime 的 asp .netcore HTTP 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

custom-container-function/fc-custom-container-http-cpp/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-http-cpp
33
Provider:
44
- 阿里云
5-
Version: 1.1.7
5+
Version: 1.1.8
66
Description: 快速部署一个基于custom container runtime 的 C++ HTTP 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

custom-container-function/fc-custom-container-http-springboot/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-http-springboot
33
Provider:
44
- 阿里云
5-
Version: 1.1.7
5+
Version: 1.1.8
66
Description: 快速部署一个基于custom container runtime 的 springboot HTTP 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

custom-function/cpp/fc-custom-cpp-event/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: fc-custom-cpp-event
33
Provider:
44
- 阿里云
5-
Version: 1.1.7
5+
Version: 1.1.8
66
Description: 快速部署一个基于custom runtime的 C++ Event 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

custom-function/cpp/fc-custom-cpp-http/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: fc-custom-cpp-http
33
Provider:
44
- 阿里云
5-
Version: 1.1.7
5+
Version: 1.1.8
66
Description: 快速部署一个基于custom runtime 的 C++ HTTP 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

custom-function/dart/fc-custom-dart-event/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: fc-custom-dart-event
33
Provider:
44
- 阿里云
5-
Version: 1.1.7
5+
Version: 1.1.8
66
Description: 快速部署一个基于custom runtime 的 Dart Event 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

0 commit comments

Comments
 (0)