New repo — bootstrap PR onboarding

Greenfield backend: ProxyHawk opens a PR that adds CI workflows. Same prerequisites as the overview.

Before bootstrap

  1. Install GitHub App on your repo
  2. Mac app: record endpoints, Environment staging, Save deploy checkpoint
  3. Render: API live, auto-deploy off, deploy hook ready

Create bootstrap PR

Mac app: Add Guard to my repo → pick owner, repo, platform, API URL.

Script: after bootstrap PR, use scripts/guard-onboard-repo.sh from your repo, or Mac app Add Guard to my repo.

After PR merges

  1. Merge bootstrap PR (workflows + onboard script)
  2. GitHub Actions secrets/variables (see overview)
  3. Push to deploy branch

If ci.yml already existed, bootstrap adds proxyhawk-guard.yml as reference — wire Guard into your file per existing pipeline guide.

← Back to Guard CI overview