Skip to content

Commit 6bed179

Browse files
committed
use default builder
1 parent 840382a commit 6bed179

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

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-fc-flask
44
Provider:
55
- 阿里云
6-
Version: 0.0.2
6+
Version: 0.0.3
77
Description: 本案例将Flask框架,这一非常受欢迎的Python Web框架,快捷创建并部署到阿里云函数计算 FC。
88
HomePage: https://github.com/devsapp/start-web-framework
99
Organization: 阿里云函数计算(FC)
Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
framework:
2-
builder: default
3-
languages:
4-
- python3.10
5-
command: mkdir python && pip install -r requirements.txt -t ./python
6-
workDir: ./code
2+
defaultBuilder:
3+
languages:
4+
- python3.10
5+
steps:
6+
- run: mkdir python
7+
path: ./code
8+
- run: pip install -r requirements.txt -t ./python
9+
path: ./code

0 commit comments

Comments
 (0)