Depot CI is a drop-in replacement for GitHub Actions that runs your existing Actions-format YAML workflows entirely within Depot's infrastructure. It parses GitHub Actions workflow files and executes them on Depot's compute.
Status: Beta — keep GitHub Actions running in parallel. Things may break.
Three subsystems: compute (provisions and executes work), orchestrator (schedules multi-step workflows, handles dependencies), GitHub Actions parser (translates Actions YAML into orchestrator workflows). The system is fully programmable — direct API access to workflows, orchestration, and compute sandboxes is planned.
Depot 내에서 워크플로를 완전히 실행하는 GitHub Actions의 드롭인 대체품인 Depot CI를 구성하고 관리합니다. GitHub Actions 워크플로를 Depot CI로 마이그레이션, 'depot ci migration' 실행, Depot CI 암호 및 변수 관리, 'depot ci run'을 사용하여 워크플로 실행, Depot CI 실행 디버깅, 워크플로 호환성 확인 또는 Depot CI의 현재 베타 제한 사항 이해 등을 수행할 때 사용합니다. 또한 사용자가 .depot/ 디렉터리, depot ci 명령을 언급하거나 GitHub에서 호스팅되는 실행기 없이 Depot의 인프라에서 GitHub Actions 워크플로를 실행하는 방법을 묻는 경우에도 사용합니다. 참고: Depot CI는 현재 베타 버전으로 가용성이 제한되어 있습니다. 출처: depot/skills.