Learn how to use the Vercel command-line interface (CLI) to manage and configure your Vercel Projects from the command line.| vercel.com
Environments are for developing locally, testing changes in a pre-production environment, and serving end-users in production.| vercel.com
Vercel allows for automatic deployments on every branch push and merges onto the production branch of your GitHub, GitLab, and Bitbucket projects.| vercel.com
You can configure your workflows to run when specific activity on GitHub happens, at a scheduled time, or when an event outside of GitHub occurs.| GitHub Docs