You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2024-07-01-july-product-updates.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,21 @@ For our Windows users out there, we've made some changes to make your Defang exp
16
16
17
17
Deploying your apps from Windows just got a little bit nicer.
18
18
19
+
## One-click Deploy
20
+
21
+
We've added a new feature that will make it even easier to get started with Defang. We've created a flow where each sample provides a button that allows you to immediately deploy a template with a GitHub action which will automatically deploy the sample to the Defang Playground. That means you can easily make changes by committing them to your brand new repo, and everything automatically updates in the Playground. It's a great way to get started with Defang and start experimenting with your own projects.
22
+
23
+
Try it now [from our portal](https://portal.defang.dev/sample)!
24
+
25
+

26
+
19
27
## Managed Redis Updates
20
28
21
29
We first introduced this last month, but we've since rolled it out to everyone. We also added a sample that showcases the power of managed Redis: [BullMQ with Redis](https://github.com/DefangSamples/sample-bullmq-bullboard-redis-template). It demonstrates how you can use BullMQ and BullBoard with a managed Redis instance to create a powerful job queue system so you can easily build robust, scalable applications in AWS with Defang.
22
30
23
-
## Compose Profiles & Updated Samples
24
-
25
-
We've added a new "defang" profile for `compose.yaml` that's specifically for Defang-related services and configuration. This should help keep your Defang settings organized and separate from your application configuration.
31
+
## Updated Samples
26
32
27
-
We've also updated our sample projects to showcase how to use them with Defang, including:
33
+
We've updated our sample projects to showcase how to use them with Defang, including:
0 commit comments