Skip to content

Project Settings

Connected Git Repository

Seamlessly create Deployments for any commits pushed to your Git repository.

Production Branch

By default, every commit pushed to the main branch will trigger a Production Deployment instead of the usual Preview Deployment. You can switch to a different branch here.

Git Large File Storage (LFS)

Git LFS replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.

Deploy Hooks

Deploy hooks are unique URLs that allow you to trigger a deployment of a given branch.

Ignored Build Step

When a commit is pushed to the Git repository that is connected with your Project, its SHA will determine if a new Build has to be issued. If the SHA was deployed before, no new Build will be issued.

You can customize this behavior with a command that exits with code 1 (new Build needed) or code 0.