Skip to content

Commit

Permalink
publish oss-cdn应用
Browse files Browse the repository at this point in the history
  • Loading branch information
heimanba committed Jul 28, 2022
1 parent 2f7e6ec commit 4aecca8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions start-oss-cdn/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Name: start-oss-cdn
Provider:
- 阿里云
Version: 0.0.1
Description: API 网关
Description: OSS 回源到CDN
HomePage: https://github.com/devsapp/start-cdn
Tags:
- Web应用
- CDN
Category: Web框架
Service: # 使用的服务
Serverless 应用引擎:
Authorities: #权限描述
- AliyunCDNFullAccess
# Service: # 使用的服务
# Serverless 应用引擎:
# Authorities: #权限描述
# - AliyunCDNFullAccess
Parameters:
type: object
additionalProperties: false # 不允许增加其他属性
Expand Down
2 changes: 1 addition & 1 deletion start-oss-cdn/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ vars: # 全局变量

services:
function-test: # 服务名称
component: api-gateway # 组件名称
component: cdn # 组件名称
props: # 组件的属性值
region: ${vars.region}

0 comments on commit 4aecca8

Please sign in to comment.