-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpublish.yaml
More file actions
106 lines (106 loc) · 2.62 KB
/
publish.yaml
File metadata and controls
106 lines (106 loc) · 2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Type: Component
Name: fc-build
Provider:
- 阿里云
Version: 0.0.46
Description: 阿里云函数计算构建功能
HomePage: https://github.com/devsapp/fc-build
Tags: #标签详情
- 构建
- build
- 函数计算
Category: 基础云服务
Commands:
build: 构建功能
Service:
函数计算:
Authorities:
- 本地相关文件创建权限
Properties:
region:
Description: 地域
Required: true
Type:
- Enum:
- cn-beijing
- cn-hangzhou
- cn-shanghai
- cn-qingdao
- cn-zhangjiakou
- cn-huhehaote
- cn-shenzhen
- cn-chengdu
- cn-hongkong
- ap-southeast-1
- ap-southeast-2
- ap-southeast-3
- ap-southeast-5
- ap-northeast-1
- eu-central-1
- eu-west-1
- us-west-1
- us-east-1
- ap-south-1
service:
Description: 服务
Required: true
Type:
- Struct:
name:
Description: 服务名称
Required: true
Type:
- String
function:
Description: 函数
Required: true
Type:
- Struct:
name:
Description: 函数名称
Required: true
Type:
- String
runtime:
Description: 运行时
Required: true
Type:
- Enum:
- nodejs6
- nodejs8
- nodejs10
- nodejs12
- python3
- python2.7
- java8
- custom-container
- dotnetcore2.1
- php7.2
codeUri:
Description: 代码路径
Required: false
Type:
- String
customContainerConfig:
Description: 自定义镜像
Required: false
Type:
- Struct:
image:
Description: 仓库地址
Required: true
Example: "registry.cn-hongkong.aliyuncs.com/s-devs-generate/fc-com-test-build-image:v0.1"
Type:
- String
command:
Description: 命令
Required: true
Example: '["node"]'
Type:
- String
args:
Description: 参数
Required: true
Example: '["index.js"]'
Type:
- String