Skip to content

Commit 3b49b1c

Browse files
committed
updates to changelog (workers creation flow)
1 parent 1ac8400 commit 3b49b1c

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed
78 KB
Loading

src/content/changelogs-next/2025-01-31-new-workers-creation-flow.mdx

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: You can now import a a Git repository or start with a template on Workers
3+
description: New ways to get started on Workers
4+
products:
5+
- workers
6+
date: 2025-02-03
7+
---
8+
9+
![New Workers Creation Flow](~/assets/images/workers/new-workers-creation-flow.png)
10+
11+
When getting started with Workers, you can now kickstart your development workflow by:
12+
* **Importing a Git repository**: Choose an existing Git repo on your GitHub/GitLab account and set up [Workers Builds](https://developers.cloudflare.com/workers/ci-cd/builds/configuration/)
13+
* **Deploying a template with Git**: Choose from a selection of full stack, production ready [examples](https://github.com/cloudflare/templates). When you're ready to deploy, let Cloudflare create a Git repository and provision any required [resources](https://developers.cloudflare.com/workers/runtime-apis/bindings/).
14+
15+
With any commit to your Git repository, Cloudflare will automatically build and deploy your Worker, letting you iterate more quickly on your application.
16+
17+
To get started, click the `Create` button on the [Workers dashboard](https://dash.cloudflare.com/?to=/:account/workers-and-pages/create).

0 commit comments

Comments
 (0)