Test fixture for Werkstatt's GitHub Deployments probe. Not a real application.
The "app" is public/index.html, a single static page. Nothing here is confidential.
- A GitHub Deployment can be created for an exact commit SHA and an environment.
- A workflow triggered by the
deploymentevent checks out that exact SHA, not the branch head, and reportsdeployment_statusback asin_progressthensuccessorfailure. - A deployment to an environment with a required reviewer is blocked until a human approves it.
staging— no protection rules, runs immediately.production— required reviewer, so a deployment waits for a human.
The org is on the GitHub free plan, where environment protection rules only apply to public repositories. The probe needs the reviewer rule to be real, so the fixture is public rather than the probe being weakened.