Skip to content

Commit

Permalink
fix: support qualifier config for triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed Nov 3, 2020
1 parent c91facd commit e7ed4c7
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 191 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GIT_AUTHOR_NAME: slsplus
GIT_AUTHOR_EMAIL: yuga.sun.bj@gmail.com
GIT_AUTHOR_EMAIL: slsplus.sz@gmail.com
GIT_COMMITTER_NAME: slsplus
GIT_COMMITTER_EMAIL: yuga.sun.bj@gmail.com
GIT_COMMITTER_EMAIL: slsplus.sz@gmail.com
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
- 方式一:按照 [快速部署](https://cloud.tencent.com/document/product/1154/41775) 操作,选择 SCF 项目模板进行创建。
- 方式二:直接使用 `serverless init` 命令创建。快速创建一个 nodejs 的 SCF 示例:

```
```bash
$ serverless init scf-starter --name example
$ cd example
Expand Down Expand Up @@ -89,10 +88,10 @@ serverless.yml 文件包含的信息:

#### 组件信息

| 组件名 | 是否必选 | 说明 |
| --------- | -------- | ---------------------------------------------------------- |
| 组件名 | 是否必选 | 说明 |
| --------- | -------- | ----------------------------------------------------------------- |
| component | 必填 | component 的名称,使用`serverless registry`查询您可以引入的组件。 |
| name | 必填 | 创建的实例名称,每个组件在部署时将创建一个实例。 |
| name | 必填 | 创建的实例名称,每个组件在部署时将创建一个实例。 |

#### 参数信息

Expand Down
Loading

0 comments on commit e7ed4c7

Please sign in to comment.