Skip to content

Commit

Permalink
update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anycodes committed Dec 15, 2021
1 parent 409826e commit fdc2c40
Show file tree
Hide file tree
Showing 52 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion example/django-blog/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: django-blog
Provider:
- 阿里云
Version: 1.1.15
Version: 1.1.16
Description: 基于Django框架的博客系统
HomePage: https://github.com/devsapp/native-runtime-framework-example
Tags:
Expand Down
4 changes: 2 additions & 2 deletions example/django-blog/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ------------------------------------

edition: 1.0.0
name: hello-world-app
name: web-framework-app
access: "{{ access }}"

vars: # 全局变量
Expand Down Expand Up @@ -56,7 +56,7 @@ services:
# next-function: # 第二个函数的案例,仅供参考
# # 如果在当前项目下执行 s deploy,会同时部署模块:
# # framework:服务web-framework,函数django
# # next-function:服务hello-world-service,函数next-function-example
# # next-function:服务web-framework,函数next-function-example
# # 如果想单独部署当前服务与函数,可以执行 s + 模块名/业务名 + deploy,例如:s next-function deploy
# # 如果想单独部署当前函数,可以执行 s + 模块名/业务名 + deploy function,例如:s next-function deploy function
# # 更多命令可参考:https://github.com/devsapp/fc/tree/jiangyu-docs/docs#文档相关
Expand Down
2 changes: 1 addition & 1 deletion example/todolist-app/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: todolist-app
Version: 1.1.15
Version: 1.1.16
Provider:
- 阿里云
Description: 一款基于Node.JS的网页TodoList应用
Expand Down
4 changes: 2 additions & 2 deletions example/todolist-app/src/s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ------------------------------------

edition: 1.0.0
name: hello-world-app
name: web-framework-app
access: "{{ access }}"

vars: # 全局变量
Expand Down Expand Up @@ -59,7 +59,7 @@ services:
# next-function: # 第二个函数的案例,仅供参考
# # 如果在当前项目下执行 s deploy,会同时部署模块:
# # framework:服务web-framework,函数todoList
# # next-function:服务hello-world-service,函数next-function-example
# # next-function:服务web-framework,函数next-function-example
# # 如果想单独部署当前服务与函数,可以执行 s + 模块名/业务名 + deploy,例如:s next-function deploy
# # 如果想单独部署当前函数,可以执行 s + 模块名/业务名 + deploy function,例如:s next-function deploy function
# # 更多命令可参考:https://github.com/devsapp/fc/tree/jiangyu-docs/docs#文档相关
Expand Down
2 changes: 1 addition & 1 deletion web-framework/java/springboot/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-springboot
Provider:
- 阿里云
Version: 1.1.15
Version: 1.1.16
Description: 快速部署一个Springboot应用到阿里云函数计算
HomePage: https://github.com/devsapp/start-web-framework
Tags:
Expand Down
4 changes: 2 additions & 2 deletions web-framework/java/springboot/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# 有问题快来钉钉群问一下吧:33947367
# ------------------------------------
edition: 1.0.0
name: hello-world-app
name: web-framework-app
access: "{{ access }}"

vars: # 全局变量
Expand Down Expand Up @@ -54,7 +54,7 @@ services:
# next-function: # 第二个函数的案例,仅供参考
# # 如果在当前项目下执行 s deploy,会同时部署模块:
# # framework:服务web-framework,函数springboot
# # next-function:服务hello-world-service,函数next-function-example
# # next-function:服务web-framework,函数next-function-example
# # 如果想单独部署当前服务与函数,可以执行 s + 模块名/业务名 + deploy,例如:s next-function deploy
# # 如果想单独部署当前函数,可以执行 s + 模块名/业务名 + deploy function,例如:s next-function deploy function
# # 更多命令可参考:https://github.com/devsapp/fc/tree/jiangyu-docs/docs#文档相关
Expand Down
2 changes: 1 addition & 1 deletion web-framework/nodejs/connect/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-connect
Version: 1.1.15
Version: 1.1.16
Provider:
- 阿里云
Description: 快速部署一个Connect框架到阿里云函数计算
Expand Down
4 changes: 2 additions & 2 deletions web-framework/nodejs/connect/src/s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ------------------------------------

edition: 1.0.0
name: hello-world-app
name: web-framework-app
access: "{{ access }}"

vars: # 全局变量
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
# next-function: # 第二个函数的案例,仅供参考
# # 如果在当前项目下执行 s deploy,会同时部署模块:
# # framework:服务web-framework,函数connect
# # next-function:服务hello-world-service,函数next-function-example
# # next-function:服务web-framework,函数next-function-example
# # 如果想单独部署当前服务与函数,可以执行 s + 模块名/业务名 + deploy,例如:s next-function deploy
# # 如果想单独部署当前函数,可以执行 s + 模块名/业务名 + deploy function,例如:s next-function deploy function
# # 更多命令可参考:https://github.com/devsapp/fc/tree/jiangyu-docs/docs#文档相关
Expand Down
2 changes: 1 addition & 1 deletion web-framework/nodejs/egg-app/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: egg-app
Version: 1.1.15
Version: 1.1.16
Provider:
- 阿里云
Description: egg 应用
Expand Down
4 changes: 2 additions & 2 deletions web-framework/nodejs/egg-app/src/s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ------------------------------------

edition: 1.0.0
name: hello-world-app
name: web-framework-app
access: "{{ access }}"

vars: # 全局变量
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
# next-function: # 第二个函数的案例,仅供参考
# # 如果在当前项目下执行 s deploy,会同时部署模块:
# # framework:服务web-framework,函数egg-app
# # next-function:服务hello-world-service,函数next-function-example
# # next-function:服务web-framework,函数next-function-example
# # 如果想单独部署当前服务与函数,可以执行 s + 模块名/业务名 + deploy,例如:s next-function deploy
# # 如果想单独部署当前函数,可以执行 s + 模块名/业务名 + deploy function,例如:s next-function deploy function
# # 更多命令可参考:https://github.com/devsapp/fc/tree/jiangyu-docs/docs#文档相关
Expand Down
2 changes: 1 addition & 1 deletion web-framework/nodejs/egg/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-egg
Provider:
- 阿里云
Version: 1.1.15
Version: 1.1.16
Description: 快速部署一个Egg.js框架到阿里云函数计算
HomePage: https://github.com/devsapp/start-web-framework
Tags:
Expand Down
4 changes: 2 additions & 2 deletions web-framework/nodejs/egg/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ------------------------------------

edition: 1.0.0
name: hello-world-app
name: web-framework-app
access: "{{ access }}"

vars: # 全局变量
Expand Down Expand Up @@ -57,7 +57,7 @@ services:
# next-function: # 第二个函数的案例,仅供参考
# # 如果在当前项目下执行 s deploy,会同时部署模块:
# # framework:服务web-framework,函数egg
# # next-function:服务hello-world-service,函数next-function-example
# # next-function:服务web-framework,函数next-function-example
# # 如果想单独部署当前服务与函数,可以执行 s + 模块名/业务名 + deploy,例如:s next-function deploy
# # 如果想单独部署当前函数,可以执行 s + 模块名/业务名 + deploy function,例如:s next-function deploy function
# # 更多命令可参考:https://github.com/devsapp/fc/tree/jiangyu-docs/docs#文档相关
Expand Down
2 changes: 1 addition & 1 deletion web-framework/nodejs/express-app/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: express-app
Version: 1.1.15
Version: 1.1.16
Provider:
- 阿里云
Description: express 应用
Expand Down
4 changes: 2 additions & 2 deletions web-framework/nodejs/express-app/src/s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ------------------------------------

edition: 1.0.0
name: hello-world-app
name: web-framework-app
access: "{{ access }}"

vars: # 全局变量
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
# next-function: # 第二个函数的案例,仅供参考
# # 如果在当前项目下执行 s deploy,会同时部署模块:
# # framework:服务web-framework,函数express-app
# # next-function:服务hello-world-service,函数next-function-example
# # next-function:服务web-framework,函数next-function-example
# # 如果想单独部署当前服务与函数,可以执行 s + 模块名/业务名 + deploy,例如:s next-function deploy
# # 如果想单独部署当前函数,可以执行 s + 模块名/业务名 + deploy function,例如:s next-function deploy function
# # 更多命令可参考:https://github.com/devsapp/fc/tree/jiangyu-docs/docs#文档相关
Expand Down
2 changes: 1 addition & 1 deletion web-framework/nodejs/express/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-express
Provider:
- 阿里云
Version: 1.1.15
Version: 1.1.16
Description: 快速部署一个Express.js框架到阿里云函数计算
HomePage: https://github.com/devsapp/start-web-framework
Tags:
Expand Down
4 changes: 2 additions & 2 deletions web-framework/nodejs/express/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# 有问题快来钉钉群问一下吧:33947367
# ------------------------------------
edition: 1.0.0
name: hello-world-app
name: web-framework-app
access: "{{ access }}"

vars: # 全局变量
Expand Down Expand Up @@ -56,7 +56,7 @@ services:
# next-function: # 第二个函数的案例,仅供参考
# # 如果在当前项目下执行 s deploy,会同时部署模块:
# # framework:服务web-framework,函数express
# # next-function:服务hello-world-service,函数next-function-example
# # next-function:服务web-framework,函数next-function-example
# # 如果想单独部署当前服务与函数,可以执行 s + 模块名/业务名 + deploy,例如:s next-function deploy
# # 如果想单独部署当前函数,可以执行 s + 模块名/业务名 + deploy function,例如:s next-function deploy function
# # 更多命令可参考:https://github.com/devsapp/fc/tree/jiangyu-docs/docs#文档相关
Expand Down
2 changes: 1 addition & 1 deletion web-framework/nodejs/hapi/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-hapi
Provider:
- 阿里云
Version: 1.1.15
Version: 1.1.16
Description: 快速部署一个Hapi.js框架到阿里云函数计算
HomePage: https://github.com/devsapp/start-web-framework
Tags:
Expand Down
4 changes: 2 additions & 2 deletions web-framework/nodejs/hapi/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ------------------------------------

edition: 1.0.0
name: hello-world-app
name: web-framework-app
access: "{{ access }}"

vars: # 全局变量
Expand Down Expand Up @@ -57,7 +57,7 @@ services:
# next-function: # 第二个函数的案例,仅供参考
# # 如果在当前项目下执行 s deploy,会同时部署模块:
# # framework:服务web-framework,函数hapi
# # next-function:服务hello-world-service,函数next-function-example
# # next-function:服务web-framework,函数next-function-example
# # 如果想单独部署当前服务与函数,可以执行 s + 模块名/业务名 + deploy,例如:s next-function deploy
# # 如果想单独部署当前函数,可以执行 s + 模块名/业务名 + deploy function,例如:s next-function deploy function
# # 更多命令可参考:https://github.com/devsapp/fc/tree/jiangyu-docs/docs#文档相关
Expand Down
2 changes: 1 addition & 1 deletion web-framework/nodejs/koa-app/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: koa-app
Version: 1.1.15
Version: 1.1.16
Provider:
- 阿里云
Description: koa 应用
Expand Down
4 changes: 2 additions & 2 deletions web-framework/nodejs/koa-app/src/s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# 有问题快来钉钉群问一下吧:33947367
# ------------------------------------
edition: 1.0.0
name: hello-world-app
name: web-framework-app
access: "{{ access }}"

vars: # 全局变量
Expand Down Expand Up @@ -59,7 +59,7 @@ services:
# next-function: # 第二个函数的案例,仅供参考
# # 如果在当前项目下执行 s deploy,会同时部署模块:
# # framework:服务web-framework,函数koa-app
# # next-function:服务hello-world-service,函数next-function-example
# # next-function:服务web-framework,函数next-function-example
# # 如果想单独部署当前服务与函数,可以执行 s + 模块名/业务名 + deploy,例如:s next-function deploy
# # 如果想单独部署当前函数,可以执行 s + 模块名/业务名 + deploy function,例如:s next-function deploy function
# # 更多命令可参考:https://github.com/devsapp/fc/tree/jiangyu-docs/docs#文档相关
Expand Down
2 changes: 1 addition & 1 deletion web-framework/nodejs/koa/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-koa
Provider:
- 阿里云
Version: 1.1.15
Version: 1.1.16
Description: Koa.js框架到阿里云函数计算
HomePage: https://github.com/devsapp/start-web-framework
Tags:
Expand Down
4 changes: 2 additions & 2 deletions web-framework/nodejs/koa/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ------------------------------------

edition: 1.0.0
name: hello-world-app
name: web-framework-app
access: "{{ access }}"

vars: # 全局变量
Expand Down Expand Up @@ -56,7 +56,7 @@ services:
# next-function: # 第二个函数的案例,仅供参考
# # 如果在当前项目下执行 s deploy,会同时部署模块:
# # framework:服务web-framework,函数koa
# # next-function:服务hello-world-service,函数next-function-example
# # next-function:服务web-framework,函数next-function-example
# # 如果想单独部署当前服务与函数,可以执行 s + 模块名/业务名 + deploy,例如:s next-function deploy
# # 如果想单独部署当前函数,可以执行 s + 模块名/业务名 + deploy function,例如:s next-function deploy function
# # 更多命令可参考:https://github.com/devsapp/fc/tree/jiangyu-docs/docs#文档相关
Expand Down
2 changes: 1 addition & 1 deletion web-framework/nodejs/nest/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-nest
Version: 1.1.15
Version: 1.1.16
Provider:
- 阿里云
Description: 快速部署一个 nest 应用到阿里云函数计算
Expand Down
4 changes: 2 additions & 2 deletions web-framework/nodejs/nest/src/s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ------------------------------------

edition: 1.0.0
name: hello-world-app
name: web-framework-app
access: "{{ access }}"

vars: # 全局变量
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
# next-function: # 第二个函数的案例,仅供参考
# # 如果在当前项目下执行 s deploy,会同时部署模块:
# # framework:服务web-framework,函数nest
# # next-function:服务hello-world-service,函数next-function-example
# # next-function:服务web-framework,函数next-function-example
# # 如果想单独部署当前服务与函数,可以执行 s + 模块名/业务名 + deploy,例如:s next-function deploy
# # 如果想单独部署当前函数,可以执行 s + 模块名/业务名 + deploy function,例如:s next-function deploy function
# # 更多命令可参考:https://github.com/devsapp/fc/tree/jiangyu-docs/docs#文档相关
Expand Down
2 changes: 1 addition & 1 deletion web-framework/nodejs/next/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-next
Provider:
- 阿里云
Version: 1.1.15
Version: 1.1.16
Description: 快速部署一个Next.js框架到阿里云函数计算
HomePage: https://github.com/devsapp/start-web-framework
Tags:
Expand Down
4 changes: 2 additions & 2 deletions web-framework/nodejs/next/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ------------------------------------

edition: 1.0.0
name: hello-world-app
name: web-framework-app
access: "{{ access }}"

vars: # 全局变量
Expand Down Expand Up @@ -58,7 +58,7 @@ services:
# next-function: # 第二个函数的案例,仅供参考
# # 如果在当前项目下执行 s deploy,会同时部署模块:
# # framework:服务web-framework,函数next
# # next-function:服务hello-world-service,函数next-function-example
# # next-function:服务web-framework,函数next-function-example
# # 如果想单独部署当前服务与函数,可以执行 s + 模块名/业务名 + deploy,例如:s next-function deploy
# # 如果想单独部署当前函数,可以执行 s + 模块名/业务名 + deploy function,例如:s next-function deploy function
# # 更多命令可参考:https://github.com/devsapp/fc/tree/jiangyu-docs/docs#文档相关
Expand Down
2 changes: 1 addition & 1 deletion web-framework/nodejs/nuxt-spa/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-nuxt-spa
Version: 1.1.15
Version: 1.1.16
Provider:
- 阿里云
Description: 一款基于Node.JS的网页nuxt spa应用
Expand Down
4 changes: 2 additions & 2 deletions web-framework/nodejs/nuxt-spa/src/s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ------------------------------------

edition: 1.0.0
name: hello-world-app
name: web-framework-app
access: "{{ access }}"

vars: # 全局变量
Expand Down Expand Up @@ -62,7 +62,7 @@ services:
# next-function: # 第二个函数的案例,仅供参考
# # 如果在当前项目下执行 s deploy,会同时部署模块:
# # framework:服务web-framework,函数nuxt-spa-app
# # next-function:服务hello-world-service,函数next-function-example
# # next-function:服务web-framework,函数next-function-example
# # 如果想单独部署当前服务与函数,可以执行 s + 模块名/业务名 + deploy,例如:s next-function deploy
# # 如果想单独部署当前函数,可以执行 s + 模块名/业务名 + deploy function,例如:s next-function deploy function
# # 更多命令可参考:https://github.com/devsapp/fc/tree/jiangyu-docs/docs#文档相关
Expand Down
2 changes: 1 addition & 1 deletion web-framework/nodejs/nuxt-ssr/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-nuxt-ssr
Version: 1.1.15
Version: 1.1.16
Provider:
- 阿里云
Description: 一款基于Node.JS的网页nuxt SSR应用
Expand Down
4 changes: 2 additions & 2 deletions web-framework/nodejs/nuxt-ssr/src/s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ------------------------------------

edition: 1.0.0
name: hello-world-app
name: web-framework-app
access: "{{ access }}"

vars: # 全局变量
Expand Down Expand Up @@ -62,7 +62,7 @@ services:
# next-function: # 第二个函数的案例,仅供参考
# # 如果在当前项目下执行 s deploy,会同时部署模块:
# # framework:服务web-framework,函数nuxt-ssr-app
# # next-function:服务hello-world-service,函数next-function-example
# # next-function:服务web-framework,函数next-function-example
# # 如果想单独部署当前服务与函数,可以执行 s + 模块名/业务名 + deploy,例如:s next-function deploy
# # 如果想单独部署当前函数,可以执行 s + 模块名/业务名 + deploy function,例如:s next-function deploy function
# # 更多命令可参考:https://github.com/devsapp/fc/tree/jiangyu-docs/docs#文档相关
Expand Down
Loading

0 comments on commit fdc2c40

Please sign in to comment.