We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf09a2 commit e7c6b55Copy full SHA for e7c6b55
layer-fc-custom-runtime/publish.yaml
@@ -1,6 +1,6 @@
1
Type: Application
2
Name: layer-fc-custom-runtime
3
-Version: 0.0.1
+Version: 0.0.2
4
Provider:
5
- 阿里云
6
Description: 快速部署一个 layer-fc 自定义runtime插件
layer-fc-custom-runtime/src/s.yaml
@@ -35,6 +35,8 @@ services:
35
component: fc # 组件名称,Serverless Devs 工具本身类似于一种游戏机,不具备具体的业务能力,组件类似于游戏卡,用户通过向游戏机中插入不同的游戏卡实现不同的功能,即通过使用不同的组件实现不同的具体业务能力
36
actions:
37
pre-deploy:
38
+ - run: npm install --production
39
+ path: ./code
40
- plugin: layer-fc
41
args:
42
customRuntime: nodejs16
update.list
@@ -1,2 +1 @@
-layer-fc-custom-runtime
-layer-fc-public-module
+layer-fc-custom-runtime
0 commit comments