.. _persistent_environments: Persistent Environments ========================= Similar to other applications, there are several deployments of the application via CICD pipelines. Integration ------------ The integration environment deploys the **latest main branch version** of the application, and is triggered by every commit to the main branch. It should always be available at https://k8s.stfc.skao.int/integration-ska-db-oda/oda/api/v/ui/ Staging -------- The staging environment deploys the **latest released version** of the application (though is still triggered by every commit to the main branch). It should always be available at https://k8s.stfc.skao.int/staging-ska-db-oda/oda/api/v/ui/ ska-oso-integration --------------------- `ska-oso-integration `_ is a separate environment deployed by its own pipeline for stable, released versions of OSO services that are integrated with the other OSO applications.