Skip to content

Commit e7c6b55

Browse files
author
heimanba
committed
feat: update list
1 parent 6cf09a2 commit e7c6b55

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

layer-fc-custom-runtime/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Type: Application
22
Name: layer-fc-custom-runtime
3-
Version: 0.0.1
3+
Version: 0.0.2
44
Provider:
55
- 阿里云
66
Description: 快速部署一个 layer-fc 自定义runtime插件

layer-fc-custom-runtime/src/s.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ services:
3535
component: fc # 组件名称,Serverless Devs 工具本身类似于一种游戏机,不具备具体的业务能力,组件类似于游戏卡,用户通过向游戏机中插入不同的游戏卡实现不同的功能,即通过使用不同的组件实现不同的具体业务能力
3636
actions:
3737
pre-deploy:
38+
- run: npm install --production
39+
path: ./code
3840
- plugin: layer-fc
3941
args:
4042
customRuntime: nodejs16

update.list

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
layer-fc-custom-runtime
2-
layer-fc-public-module
1+
layer-fc-custom-runtime

0 commit comments

Comments
 (0)