render
A render
step will do the work of collecting configuration values from a user and using them to generate the final assets that can be used to deploy an application. If an assets
field is set, those assets will be rendered rather than the top-level assets
object
Examples
lifecycle:
v1:
- render: {}
lifecycle:
v1:
- render:
root: ./
lifecycle:
v1:
- render:
root: ./
assets:
v1:
- inline:
contents: some-asset
dest: some-path.txt