Seamlessly create Deployments for any commits pushed to your Git repository.
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 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 are unique URLs that allow you to trigger a deployment of a given branch.
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.