ProxyHawk Guard — public CI files
Install GitHub Actions workflows from any machine. Guard runner is distributed as a private prebuilt binary at CI runtime.
One command (from your backend repo root)
curl -fsSL https://proxyhawk.io/guard-ci/install.sh | bash
git add .github/workflows
git commit -m "Add ProxyHawk Guard CI"
Installs .github/workflows/ (5 YAML files). Step 2 in the Mac app Guard job calls check.yml — install before wiring ci.yml.
Individual downloads
- install-deploy.sh — deploy only (Phase 1, no Guard)
- ci-deploy-only.example.yml — main pipeline template
- install.sh — full pack including check.yml (Phase 2)
- check.yml — required reusable Guard job
- deploy.yml
- deploy-wait.yml
- guard-post-backend-deploy.yml (legacy)
- guard-deploy-pr-check.yml (legacy)
Then follow existing pipeline guide to wire the Guard job into your ci.yml.