Git Integration

Droplet connects to your Git provider and automatically deploys on every push.

Connecting a repository

Go to Connect → Git in your application and click Connect Repository. Droplet supports GitHub at this time; GitLab and Bitbucket are coming soon.

Branch strategy

  • The production branch (usually main) deploys to your live URL
  • All other branches get an isolated preview URL automatically
  • Pull requests show preview links directly in GitHub
Terminal
# Deploying is just a git push
$ git checkout -b feature/new-header
$ git push origin feature/new-header
pages.dev
Preview URL ready in 18s