Commit 05d833b
Eric Bower
·
2026-05-09 13:11:35 -0400 EDT
parent fe4135c
docs: copy
1 files changed,
+4,
-4
+4,
-4
1@@ -785,11 +785,11 @@ code {
2 <p>
3 pici is built for individuals and small teams who want to move fast. You write a bash
4 script, you push your code, your build runs, and if something breaks you jump into the
5- terminal and fix it. No YAML labyrinths, no approval workflows, no 400-page admin guide.
6+ terminal and fix it. No YAML labyrinths, no approval workflows, no complex pipeline DAGs.
7 </p>
8 <p>
9- We're not building enterprise CI. You won't find SSO, RBAC, or audit logs here.
10- What you will find is a system that gets out of your way and lets you ship.
11+ We're not building marketplace integrations, compliance reports, or workflow bureaucracy.
12+ What you will find is the CI system you'd write for yourself.
13 </p>
14 </div>
15 </section>
16@@ -819,7 +819,7 @@ code {
17 <li>Our hardware, not a hyperscaler</li>
18 <li>Docker Compose via <code>git push</code></li>
19 <li>Expose HTTP services with compose labels</li>
20- <li>Limited inventory: when it's gone, it's gone</li>
21+ <li>Limited hardware availability: when it's gone, it's gone</li>
22 </ul>
23 </div>
24 <div class="terminal">