Skip to content

Commit 0aeb50e

Browse files
committed
mark springboot/nginx/flask/express/gin 0.0.1
1 parent 0c28a0d commit 0aeb50e

File tree

14 files changed

+34
-36
lines changed

14 files changed

+34
-36
lines changed

.github/workflows/publish_app.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ name: auto try publish all
33
on:
44
push:
55
branches:
6-
- master
7-
- V3
6+
- dipper
87
env:
98
REGISTRY_TOKEN: ${{secrets.ALIBABA_REGISTRY_V3_PUBLISH_TOKEN}}
109

1110
jobs:
1211
auto-publish:
1312
runs-on: ubuntu-latest
1413
steps:
15-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1615
- uses: actions/setup-node@v2
1716
with:
1817
node-version: 16

web-framework/go/gin/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Type: Project
33
Name: start-gin-dipper
44
Provider:
55
- 阿里云
6-
Version: dev
6+
Version: 0.0.1
77
Description: 本案例是将 Gin ,这一非常受欢迎的 web 框架,快速创建并部署到阿里云函数计算 FC 。
88
HomePage: https://github.com/devsapp/start-web-framework/tree/dipper/web-framework/go/gin
99
Organization: 阿里云函数计算(FC)

web-framework/go/gin/src/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@ start_gin:
33
languages:
44
- go1.8
55
steps:
6-
- run: go mod tidy
7-
path: ./code
86
- run: GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o target/main
97
path: ./code

web-framework/go/gin/src/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
<codeUrl>
1313

14+
15+
1416
</codeUrl>
1517
<preview>
1618

@@ -49,7 +51,7 @@
4951

5052
<appcenter>
5153

52-
:fire: 通过 [Dipper 应用中心](https://devs.console.aliyun.com/applications/createtemplate=start-gin-dipper)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://fcnext.console.aliyun.com/applications/create?template=start-gin-dipper) 该应用。
54+
:fire: 通过 [Dipper 应用中心](https://devs.console.aliyun.com/applications/createtemplate=start-gin-dipper)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://devs.console.aliyun.com/applications/createtemplate=start-gin-dipper) 该应用。
5355

5456
</appcenter>
5557
<deploy>

web-framework/go/gin/src/s.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ resources:
99
component: fc3
1010
actions:
1111
pre-deploy:
12-
- run: go mod tidy
13-
path: ./code
1412
- run: >-
1513
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o target/main
1614
main.go

web-framework/java/springboot/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Type: Project
33
Name: start-springboot-dipper
44
Provider:
55
- 阿里云
6-
Version: dev
6+
Version: 0.0.1
77
Description: 本案例是基于Pivotal团队提供的全新的Spring Boot框架,简化Spring应用的初始化搭建过程,并且快速部署到阿里云函数计算FC。
88
HomePage: https://github.com/devsapp/start-web-framework/tree/dipper/web-framework/java/springboot
99
Organization: 阿里云函数计算(FC)

web-framework/java/springboot/src/readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,12 @@
5151

5252
<appcenter>
5353

54-
:fire: 通过 [Dipper 开发平台](https://devs.console.aliyun.com/applications/create?template=start-springboot-dipper)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://devs.console.aliyun.com/applications/create?template=start-springboot-dipper) 该应用。
54+
:fire: 通过 [Dipper 应用中心](https://devs.console.aliyun.com/applications/createtemplate=start-springboot-dipper)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://devs.console.aliyun.com/applications/createtemplate=start-springboot-dipper) 该应用。
5555

5656
</appcenter>
57+
<deploy>
58+
59+
</deploy>
5760

5861
## 案例介绍
5962

web-framework/nginx/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Edition: 3.0.0
22
Type: Project
33
Name: start-nginx-dipper
4-
Version: dev
4+
Version: 0.0.1
55
Provider:
66
- 阿里云
77
Description: 本案例快速部署一个 Nginx 项目到阿里云函数计算 FC。

web-framework/nginx/src/readme.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,11 @@
5151

5252
<appcenter>
5353

54-
- :fire: 通过 [Serverless 应用中心](https://fcnext.console.aliyun.com/applications/create?template=start-nginx-dipper)
55-
[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://fcnext.console.aliyun.com/applications/create?template=start-nginx-dipper) 该应用。
54+
:fire: 通过 [Dipper 应用中心](https://devs.console.aliyun.com/applications/createtemplate=start-nginx-dipper)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://devs.console.aliyun.com/applications/createtemplate=start-nginx-dipper) 该应用。
5655

5756
</appcenter>
5857
<deploy>
59-
60-
- 通过 [Serverless Devs Cli](https://docs.serverless-devs.com/user-guide/install) 进行部署:
61-
- [安装 Serverless Devs Cli 开发者工具](https://docs.serverless-devs.com/user-guide/install) ,并进行[授权信息配置]( https://docs.serverless-devs.com/user-guide/config)
62-
- 初始化项目:`s init start-nginx-dipper -d start-nginx-dipper`
63-
- 进入项目,并进行项目部署:`cd start-nginx-dipper && s deploy -y`
64-
58+
6559
</deploy>
6660

6761
## 案例介绍

web-framework/nodejs/express/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Edition: 3.0.0
22
Type: Project
33
Name: start-express-dipper
4-
Version: dev
4+
Version: 0.0.1
55
Provider:
66
- 阿里云
77
Description: 本案例是将 Express 框架,这一基于 Node.js 平台的极简且灵活的 web 应用开发框架,快速创建并部署到阿里云函数计算 FC 。

web-framework/nodejs/express/readme.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
<codeUrl>
1313

14-
- [:smiley_cat: 代码](https://github.com/devsapp/start-web-framework/tree/V3/web-framework/nodejs/express/src)
15-
1614
</codeUrl>
1715
<preview>
1816

@@ -51,17 +49,11 @@
5149

5250
<appcenter>
5351

54-
- :fire: 通过 [Serverless 应用中心](https://fcnext.console.aliyun.com/applications/create?template=start-express-dipper)
55-
[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://fcnext.console.aliyun.com/applications/create?template=start-express-dipper) 该应用。
52+
:fire: 通过 [Dipper 应用中心](https://devs.console.aliyun.com/applications/createtemplate=start-express-dipper)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://devs.console.aliyun.com/applications/createtemplate=start-express-dipper) 该应用。
5653

5754
</appcenter>
5855
<deploy>
59-
60-
- 通过 [Serverless Devs Cli](https://docs.serverless-devs.com/user-guide/install) 进行部署:
61-
- [安装 Serverless Devs Cli 开发者工具](https://docs.serverless-devs.com/user-guide/install) ,并进行[授权信息配置]( https://docs.serverless-devs.com/user-guide/config)
62-
- 初始化项目:`s init start-express-dipper -d start-express-dipper`
63-
- 进入项目,并进行项目部署:`cd start-express-dipper && s deploy -y`
64-
56+
6557
</deploy>
6658

6759
## 案例介绍

web-framework/nodejs/express/src/readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@
4949

5050
<appcenter>
5151

52-
- :fire: 通过 [Dipper 开发中心](https://devs.console.aliyun.com/applications/create?template=start-express-dipper)
53-
[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://fcnext.console.aliyun.com/applications/create?template=start-express-dipper) 该应用。
52+
:fire: 通过 [Dipper 应用中心](https://devs.console.aliyun.com/applications/createtemplate=start-express-dipper)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://devs.console.aliyun.com/applications/createtemplate=start-express-dipper) 该应用。
5453

5554
</appcenter>
55+
<deploy>
56+
57+
</deploy>
5658

5759
## 案例介绍
5860

web-framework/python/flask/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Type: Project
33
Name: start-flask-dipper
44
Provider:
55
- 阿里云
6-
Version: dev
6+
Version: 0.0.1
77
Description: 本案例将Flask框架,这一非常受欢迎的Python Web框架,快捷创建并部署到阿里云函数计算 FC。
88
HomePage: https://github.com/devsapp/start-web-framework/tree/dipper/web-framework/python/flask
99
Organization: 阿里云函数计算(FC)

web-framework/python/flask/src/readme.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
</codeUrl>
1717
<preview>
1818

19+
20+
1921
</preview>
2022

2123

@@ -34,19 +36,27 @@
3436
</service>
3537

3638
<remark>
39+
40+
41+
3742
</remark>
3843

3944
<disclaimers>
45+
46+
47+
4048
</disclaimers>
4149

4250
## 部署 & 体验
4351

4452
<appcenter>
4553

46-
- :fire: 通过 [Dipper 开发平台](https://devs.console.aliyun.com/applications/create?template=start-flask-dipper)
47-
[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://fcnext.console.aliyun.com/applications/create?template=start-flask-dipper) 该应用。
54+
:fire: 通过 [Dipper 应用中心](https://devs.console.aliyun.com/applications/createtemplate=start-flask-dipper)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://devs.console.aliyun.com/applications/createtemplate=start-flask-dipper) 该应用。
4855

4956
</appcenter>
57+
<deploy>
58+
59+
</deploy>
5060

5161
## 案例介绍
5262

0 commit comments

Comments
 (0)