GitLab-CI-compatible pipelines
Write one .depllo-ci.yml in the GitLab-CI style you already know. Depllo parses it into a jobs DAG and runs the stages in order.
- stages, needs (cross-stage), rules & only/except
- extends + YAML anchors (deep-merge, depth-limited)
- artifacts, cache, retry, timeout, manual jobs
- workflow: rules to gate whole pipelines