惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
J
Java Code Geeks
I
InfoQ
V
Visual Studio Blog
M
MIT News - Artificial intelligence
H
Help Net Security
博客园_首页
Blog — PlanetScale
Blog — PlanetScale
F
Fortinet All Blogs
Apple Machine Learning Research
Apple Machine Learning Research
人人都是产品经理
人人都是产品经理
G
Google Developers Blog
A
About on SuperTechFans
腾讯CDC
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Last Week in AI
Last Week in AI
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
云风的 BLOG
云风的 BLOG
S
SegmentFault 最新的问题
WordPress大学
WordPress大学

Vercel News

Vercel Open Source Program: Winter 2026 cohort How Notion Workers run untrusted code at scale with Vercel Sandbox How we run Vercel's CDN in front of Discourse From idea to secure checkout in minutes with Stripe Building Slack agents can be easy Scaling redirects to infinity on Vercel Advancing Python typing Gamma builds design-first agents with Vercel How Avalara turns pipe dreams into patent-pending with v0 Keeping community human while scaling with agents How OpenEvidence built a healthcare AI that physicians actually trust Security boundaries in agentic architectures Skills Night: 69,000+ ways agents are getting smarter Video Generation with AI Gateway We Ralph Wiggumed WebStreams to make them 10x faster How Stably ships AI testing agents in hours, not weeks How we built AEO tracking for coding agents Anyone can build agents, but it takes a platform to run them Introducing Geist Pixel The Vercel AI Accelerator is back with $6m in credits Making agent-friendly pages with content negotiation The Vercel OSS Bug Bounty program is now available Introducing the new v0 Run untrusted code with Vercel Sandbox, now generally available How Stripe built a game-changing app in a single flight with v0 How Sensay went from zero to product in six weeks AGENTS.md outperforms skills in our agent evals Agent skills explained: An FAQ Testing if "bash is all you need" AWS databases are now live on the Vercel Marketplace and v0
Vercel for Bitbucket - Vercel – Vercel
2019-11-27 · via Vercel News

3 min read

Bitbucket is popular among teams as the central place to plan projects, collaborate on code, test, and deploy — especially in combination with Jira and Trello.

Today, we are proud to announce our first-class Bitbucket integration, Vercel for Bitbucket.

Vercel makes it easy for you to build and deploy code — whether you need a static website, Serverless Functions, or both combined. If you use Bitbucket in your development workflow, you can now take advantage of automatic deployments with built-in CI/CD, DNS, and TLS.

Commits pushed to Bitbucket are automatically built and deployed with Vercel.

Commits pushed to Bitbucket are automatically built and deployed with Vercel.

Link to headingBuilt-in Preview Deployments

Through preview deployments of feature branches, your team can test changes thoroughly, providing more confidence when iterating and merging.

Our Bitbucket integration brings preview deployments to your workflow with no setup required.

Link to headingEnable Automatic Deployments

Setting up automatic deployments to Vercel via Bitbucket is simple:

  1. Connect to Bitbucket with one click and link your project

  2. Every git push to your project triggers a deployment to a preview URL

  3. When merging to the default branch (usually master), your production domains are updated

When changes are reverted on the default branch, an instant rollback is performed on the production domain — aliasing to the previous production deployment.

Link to headingConnect with Bitbucket

The first step in setting up the Bitbucket integration is to Connect with Bitbucket. This makes the integration available to all your Bitbucket projects. Additionally, you can then also to Log In to Vercel via Bitbucket.

To get started, visit the accounts page on your individual or team Vercel account, navigate to the Git Integrations tab, and click the Connect with Bitbucket button.

Connect your individual or team account with Bitbucket.

Connect your individual or team account with Bitbucket.

When Bitbucket requests authorization, click Grant Access.

Click "Grant Access" to complete the Bitbucket connection process

Click "Grant Access" to complete the Bitbucket connection process

Once you authorize Bitbucket, it redirects you back to Vercel. This completes the account connection process, and you automatically activate the ability to Continue with Bitbucket the next time.

Once you connect Bitbucket, you also activate the ability to Log In to Vercel with Bitbucket.

Once you connect Bitbucket, you also activate the ability to Log In to Vercel with Bitbucket.

Link to headingLink Projects

After your Bitbucket account is connected through the Vercel accounts page, you can set up automatic deployments for a Bitbucket project by linking it to Vercel, with the help of a dropdown.

Once linked, pushes made to the Bitbucket project will be automatically deployed with ZEIT Now.

Once linked, pushes made to the Bitbucket project will be automatically deployed with ZEIT Now.

Select the Bitbucket project you would like to link to from the provided dropdown. Once linked, the Bitbucket project is set up for automatic Vercel deployments.

Link to headingWhat Happens After Linking

For every git push made, we build and deploy the latest commit with Vercel. The deployment is guided by the project framework using zero-config or a vercel.json file.

By default, we deploy every push. This means that every git push made to a Pull
Request branch is deployed — allowing collaborators to preview changes before they're merged and deployed to production.

Within a Pull Request, if Vercel is still building a commit from a previous push, that build is canceled in favor of the most recently pushed commit. This allows collaborators the quickest access to fresh changes.

Link to headingConclusion

Our mission at Vercel is to make the cloud accessible to everyone. The Vercel for Bitbucket integration was one of our most requested features. We are excited about this announcement and hope that it makes your development workflow smoother.

All of our work is heavily driven by feedback from our users. For feature requests, or to suggest ideas to make our platform and your experience better, please reach out to us over chat or on Twitter.