ROFL secrets are (and must be) stored per-deployment.
In case you want to deliberately expose certain environment variables, compose.yaml is the place to put those where everyone can check them. But currently, you can only define a single global compose file per ROFL manifest file.
Enable the artifacts section to also appear inside each deployment section. In this case Oasis CLI should combine it with the globally defined artifacts. This will enable developer to define deployment-specific artifacts including the compose file and public environment variables.
ROFL secrets are (and must be) stored per-deployment.
In case you want to deliberately expose certain environment variables,
compose.yamlis the place to put those where everyone can check them. But currently, you can only define a single global compose file per ROFL manifest file.Enable the
artifactssection to also appear inside each deployment section. In this case Oasis CLI should combine it with the globally definedartifacts. This will enable developer to define deployment-specific artifacts including the compose file and public environment variables.