Merge remote-tracking branch 'origin/main' into gift/free-compute
last month
15 files changed
- .opengit/workflows/ci.yml+1−1
- apps/managed-runner/src/index.ts+23−8
- apps/web/.env.example+3−3
- apps/web/db/ci.ts+15−2
- apps/web/lib/billing/pricing.test.ts+1−1
- apps/web/lib/billing/pricing.ts+3−2
- deploy/.env.example+10−2
- deploy/README.md+10−2
deploy/docker-compose.app.yml+8−0deploy/docker-compose.runner.yml+13−1deploy/docker-compose.single.yml+24−1packages/ci-runner-executor/src/docker-runtime.ts+3−3packages/ci-runner-executor/src/freestyle-runtime.ts+42−3packages/ci-runner-executor/src/index.ts+39−9packages/ci-runner-executor/src/runtime.ts+18−0