github Integration Guide
npm install -g @elbia/cli
elbia auth github
Automatically deploy changes from your repo to Elbia's infrastructure via CI/CD pipelines.
{
"github": {
"repo": "your-username/your-repo",
"webhookSecret": "your-secret-token",
"defaultBranch": "main",
"autoDeploy": true
}
}
Our documentation includes GitHub API guides and repository management patterns.