关于Yaml规范中,变量的说明 #433
anycodes
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
目前,Serverless Devs 的 Yaml 中支持以下几种变量:
随着项目的发展,需要额外增加几个变量:
在
nextjs-portal
中:${this.name}
可以表示nextjs-portal
;${this.access}
可以表示xxx-account1
;${this.props.src}
可以表示./frontend_src
另外,整个yaml中,都应该支持变量以及拼接。例如:
Beta Was this translation helpful? Give feedback.
All reactions