Skip to content

Commit 54e0643

Browse files
committed
changelog update (new ways to get started on Workers)
1 parent ed16dc2 commit 54e0643

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed
292 KB
Loading
-229 KB
Binary file not shown.
-110 KB
Binary file not shown.

src/content/changelogs-next/2025-02-06-new-ways-to-get-started-on-workers.mdx renamed to src/content/changelogs-next/2025-02-07-new-ways-to-get-started-on-workers.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@ title: Get started on Workers by choosing a template or importing a Git reposito
33
description: Get started on Workers by choosing a template or importing a Git repository
44
products:
55
- workers
6-
date: 2025-02-06 23:00:00 UTC
6+
date: 2025-02-07 00:00:00 UTC
77
---
88

9-
![Import repo or choose template](~/assets/images/workers/import-repo-choose-template.png)
10-
![Worker configuration](~/assets/images/workers/worker-configuration.png)
9+
![Import repo or choose template](~/assets/images/workers/choose-template-import-repo.png)
1110

1211
When getting started with Workers, you can now kickstart your development workflow by:
13-
* **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/) to deploy your Worker.
14-
* **Deploying a template with Git**: Choose from a brand new selection of production ready [examples](https://github.com/cloudflare/templates) to help you get started with popular frameworks like [Astro](https://astro.build/), [Remix](https://remix.run/) and [Next](https://nextjs.org/) or build stateful applications with Cloudflare resources like [D1 databases](https://developers.cloudflare.com/d1/), [Workers AI](https://developers.cloudflare.com/workers-ai/) or [Durable Objects](https://developers.cloudflare.com/durable-objects/)! When you're ready to deploy, Cloudflare will set up your project by creating a Git repository, provisioning any required [resources](https://developers.cloudflare.com/workers/runtime-apis/bindings/) and deploying your Worker.
12+
* **Importing a Git repository**: Choose an existing Git repo on your GitHub/GitLab account and set up [Workers Builds](/workers/ci-cd/builds/configuration/) to deploy your Worker.
13+
* **Deploying a template with Git**: Choose from a brand new selection of production ready [examples](https://github.com/cloudflare/templates) to help you get started with popular frameworks like [Astro](https://astro.build/), [Remix](https://remix.run/) and [Next](https://nextjs.org/) or build stateful applications with Cloudflare resources like [D1 databases](/d1/), [Workers AI](/workers-ai/) or [Durable Objects](/durable-objects/)! When you're ready to deploy, Cloudflare will set up your project by creating a Git repository, provisioning any required [resources](/workers/runtime-apis/bindings/) and deploying your Worker.
1514

16-
With any new commit to your Git repository, Cloudflare will automatically build and deploy your Worker for faster iterations.
15+
With any new commit to your Git repository, Cloudflare will automatically build and deploy your Worker.
1716

1817
To get started, click the `Create` button on the [Workers dashboard](https://dash.cloudflare.com/?to=/:account/workers-and-pages/create). While these new features are only rolled out to a subset of users to start, you can opt in to enable these new features on your account now by filling out this [form](https://forms.gle/U1qhkF2snNJDGJJa9).
1918

0 commit comments

Comments
 (0)