Pipelines Overview
RitoSwap uses two primary pipelines: one for the DApp and one for Docs plus Storybook. Both are triggered by path changes and support manual dispatch.
| Pipeline | Primary responsibilities | Sites deployed |
|---|---|---|
| DApp Pipeline | Lint, unit tests, contract tests, predeploy E2E, testnet deploy + smoke tests + rollback, mainnet deploy | Mainnet and Testnet |
| Docs and Storybook Pipeline | Storybook lint/test, Storybook deploy, docs lint/test, docs deploy | Docs and Storybook |
Last updated on