# Copyable production/testing pipeline entry point. Every fragment is named # explicitly; Narratio never scans conf.d automatically. composition: imports: - conf.d/platform.yml - conf.d/storage.yml - conf.d/transcript.yml - conf.d/artifacts.yml - conf.d/publish.yml default_profile: production profiles: production: overlay: profiles/production.yml testing: overlay: profiles/testing.yml