GitHub & Git

Connect repositories, trigger deployments from pushes, or deploy from any Git URL the platform accepts.

GitHub App installation

Install the erfa3ly GitHub App for your organization or account so the dashboard can list repositories, clone private code with short-lived credentials, and receive webhook events for automatic deployments.

Automatic deployments

When webhooks are enabled for a project, pushes to configured branches can enqueue preview or production deployments without manual clicks. Exact branch mapping depends on your environment settings.

Manual Git URL

If you are not using GitHub, you can still supply a Git remote URL and branch in the create flow where supported. Credentials for private remotes must be provided according to the UI or API contract for your workspace.

Repository scanning powers framework detection—commit lockfiles (package-lock.json, pnpm-lock.yaml, composer.lock) for reproducible installs.

Related