pushci 1.7.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -10,11 +10,13 @@ git push # tests run automatically
|
|
|
10
10
|
|
|
11
11
|
## Why PushCI?
|
|
12
12
|
|
|
13
|
+
In 2026, GitHub started charging $0.002/min for self-hosted runners that were previously free. PushCI never charges for local compute — ever.
|
|
14
|
+
|
|
13
15
|
| | PushCI | GitHub Actions | GitLab CI | Jenkins |
|
|
14
16
|
|--|---------|---------------|-----------|---------|
|
|
15
17
|
| **Setup** | 30 seconds | 30+ minutes | 30+ minutes | Hours |
|
|
16
18
|
| **Config** | Zero (AI) | 50+ lines YAML | 50+ lines YAML | Groovy DSL |
|
|
17
|
-
| **Cost** | $0 (your machine) | $0.008/min | $0.008/min | Server costs |
|
|
19
|
+
| **Cost** | $0 (your machine) | $0.008/min (hosted) / $0.002/min (self-hosted, as of 2026) | $0.008/min | Server costs |
|
|
18
20
|
| **Platforms** | GitHub + GitLab + BB | GitHub only | GitLab only | All |
|
|
19
21
|
| **AI** | Auto-detects stack | None | None | None |
|
|
20
22
|
|
|
@@ -68,7 +70,7 @@ Kotlin, Lua, Perl, R, Julia, OCaml, Nim, Crystal +more
|
|
|
68
70
|
**40+ Frameworks**: Next.js, Nuxt, SvelteKit, Django, FastAPI,
|
|
69
71
|
Flask, Spring Boot, Rails, Laravel, Phoenix, Flutter +more
|
|
70
72
|
|
|
71
|
-
**
|
|
73
|
+
**23 Deploy Targets**: Cloudflare, AWS (ECS/Lambda/S3),
|
|
72
74
|
GCP (Cloud Run/App Engine), Azure, Vercel, Railway,
|
|
73
75
|
Fly.io, Netlify, Docker, Kubernetes, SSH
|
|
74
76
|
|
package/bin/pushci-darwin-amd64
CHANGED
|
Binary file
|
package/bin/pushci-darwin-arm64
CHANGED
|
Binary file
|
package/bin/pushci-linux-amd64
CHANGED
|
Binary file
|
package/bin/pushci-linux-arm64
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pushci",
|
|
3
|
-
"version": "1.7.
|
|
4
|
-
"description": "AI-native CI/CD that runs on your machine. Zero config, zero cost. Works inside AI agent sandboxes (Claude, Cursor, Windsurf). 33 languages, 40+ frameworks,
|
|
3
|
+
"version": "1.7.1",
|
|
4
|
+
"description": "AI-native CI/CD that runs on your machine. Zero config, zero cost. Works inside AI agent sandboxes (Claude, Cursor, Windsurf). 33 languages, 40+ frameworks, 20 deploy targets, 25 installable skills, Tailscale mesh, blast radius analysis.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"pushci": "bin/pushci.js"
|
|
7
7
|
},
|