-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy paths.oss.yaml
More file actions
27 lines (24 loc) · 851 Bytes
/
s.oss.yaml
File metadata and controls
27 lines (24 loc) · 851 Bytes
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
# ------------------------------------
# 欢迎您使用阿里云对象存储 OSS 组件进行项目开发
# 组件仓库地址/帮助文档:https://github.com/devsapp/oss
# Yaml参考文档:https://github.com/devsapp/oss/blob/master/readme.md
# 关于如何做CICD等问题,可以参考:https://github.com/Serverless-Devs/Serverless-Devs/blob/master/docs/zh/cicd.md
# 有问题快来钉钉群问一下吧:33947367
# ------------------------------------
edition: 1.0.0
access: default
vars: # 全局变量
region: cn-hongkong
services:
website-hexo:
component: oss
props:
bucket: serverless-devs-index
codeUri: ./dist
region: ${vars.region}
website:
index: index.html
error: 404.html
subDirType: index
customDomains:
- domainName: www.serverless-devs.com