We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c0412 commit 7b3e63dCopy full SHA for 7b3e63d
1 file changed
src/s.yaml
@@ -18,6 +18,9 @@ vars:
18
services:
19
cron_cdn_backup:
20
component: devsapp/fc
21
+ actions: # 自定义执行逻辑,关于actions 的使用,可以参考:https://www.serverless-devs.com/serverless-devs/yaml#行为描述
22
+ pre-deploy: # 在deploy之前运行
23
+ - component: fc build --use-docker
24
props:
25
region: ${vars.region}
26
service: ${vars.service}
0 commit comments