File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,34 +103,6 @@ chapter for details.
103103[ ROFL Prerequisites ] : https://github.com/oasisprotocol/oasis-sdk/blob/main/docs/rofl/workflow/prerequisites.md
104104[ npa ] : ./account.md#npa
105105
106- ### Deployment-specific artifacts {#deployment-artifacts}
107-
108- Artifacts can be configured globally or per deployment. Deployment artifacts are
109- overlaid field by field on top of global artifacts, so a deployment can override
110- only the compose file while reusing the same firmware, kernel, stage 2 image and
111- container runtime.
112-
113- This is useful when public deployment-specific environment variables belong in
114- the compose file while encrypted secrets remain in the selected deployment
115- section:
116-
117- ``` yaml
118- artifacts :
119- container :
120- compose : compose.yaml
121-
122- deployments :
123- testnet :
124- network : testnet
125- paratime : sapphire
126- artifacts :
127- container :
128- compose : compose.testnet.yaml
129- ` ` `
130-
131- Commands that build, validate, deploy, or show machine proxy configuration
132- use the effective artifacts for the selected deployment.
133-
134106## Secrets management {#secret}
135107
136108### Set secret {#secret-set}
You can’t perform that action at this time.
0 commit comments