---
title: Deploy a Workers application in seconds with one-click
description: You can now add a Deploy to Cloudflare button to your repository's README to help other developers set up and deploy your project.
image: https://edgetunnel-b2h.pages.dev/changelog-preview.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://edgetunnel-b2h.pages.dev/changelog/llms.txt  
> Use this file to discover all available pages before exploring further. 

[Skip to content](#%5Ftop) 

# Changelog

New updates and improvements at Cloudflare.

[ Subscribe to RSS ](https://edgetunnel-b2h.pages.dev/changelog/rss/index.xml) [ View RSS feeds ](https://edgetunnel-b2h.pages.dev/fundamentals/new-features/available-rss-feeds/) 

![hero image](https://edgetunnel-b2h.pages.dev/_astro/hero.CVYJHPAd_26AMqX.svg) 

[ ← Back to all posts ](https://edgetunnel-b2h.pages.dev/changelog/) 

## Deploy a Workers application in seconds with one-click

Apr 08, 2025 

[ Workers ](https://edgetunnel-b2h.pages.dev/workers/) 

You can now add a [Deploy to Cloudflare](https://edgetunnel-b2h.pages.dev/workers/platform/deploy-buttons/) button to the README of your Git repository containing a Workers application — making it simple for other developers to quickly set up and deploy your project!

[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/saas-admin-template)

The Deploy to Cloudflare button:

1. **Creates a new Git repository on your GitHub/ GitLab account**: Cloudflare will automatically clone and create a new repository on your account, so you can continue developing.
2. **Automatically provisions resources the app needs**: If your repository requires Cloudflare primitives like a [Workers KV namespace](https://edgetunnel-b2h.pages.dev/kv/), a [D1 database](https://edgetunnel-b2h.pages.dev/d1/), or an [R2 bucket](https://edgetunnel-b2h.pages.dev/r2/), Cloudflare will automatically provision them on your account and bind them to your Worker upon deployment.
3. **Configures Workers Builds (CI/CD)**: Every new push to your production branch on your newly created repository will automatically build and deploy courtesy of [Workers Builds](https://edgetunnel-b2h.pages.dev/workers/ci-cd/builds/).
4. **Adds preview URLs to each pull request**: If you'd like to test your changes before deploying, you can push changes to a [non-production branch](https://edgetunnel-b2h.pages.dev/workers/ci-cd/builds/build-branches/#configure-non-production-branch-builds) and [preview URLs](https://edgetunnel-b2h.pages.dev/workers/versions-and-deployments/preview-urls/) will be generated and [posted back to GitHub as a comment](https://edgetunnel-b2h.pages.dev/workers/ci-cd/builds/git-integration/github-integration/#pull-request-comment).
![Import repo or choose template](https://edgetunnel-b2h.pages.dev/_astro/dtw-user-flow.zgS3Y8iK_Z1r8gDo.webp) 

To create a Deploy to Cloudflare button in your README, you can add the following snippet, including your Git repository URL:

```md
[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=<YOUR_GIT_REPO_URL>)
```

Check out our [documentation](https://edgetunnel-b2h.pages.dev/workers/platform/deploy-buttons/) for more information on how to set up a deploy button for your application and best practices to ensure a successful deployment for other developers.

```json
{"@context":"https://schema.org","@type":"BlogPosting","@id":"https://edgetunnel-b2h.pages.dev/changelog/post/2025-04-08-deploy-to-cloudflare-button/#page","headline":"Deploy a Workers application in seconds with one-click · Changelog","description":"You can now add a Deploy to Cloudflare button to your repository's README to help other developers set up and deploy your project.","url":"https://edgetunnel-b2h.pages.dev/changelog/post/2025-04-08-deploy-to-cloudflare-button/","inLanguage":"en","image":"https://edgetunnel-b2h.pages.dev/changelog-preview.png","dateModified":"2025-04-08","datePublished":"2025-04-08","publisher":{"@type":"Organization","name":"Cloudflare","url":"https://www.cloudflare.com/"},"isPartOf":{"@type":"WebSite","@id":"https://edgetunnel-b2h.pages.dev/#website","name":"Cloudflare Docs","url":"https://edgetunnel-b2h.pages.dev/"}}
```
