Skip to content

Commit 73f15be

Browse files
committed
fix bullets
1 parent 8cd0d6f commit 73f15be

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

blog/2025-03-14-deploying-defang-with-defang-part-1.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ author: Defang Team
55
tags: [defang-with-defang, deployment, defang-portal]
66
---
77

8-
### **Deploying Defang with Defang - Part 1**
9-
108
Deploying applications is hard. Deploying **complex, multi-service applications** is even harder. When we first built the Defang Portal, we quickly recognized the complexity required to deploy it, even with the early Defang tooling helping us simplify it a lot. But we’ve worked a lot to expand Defang’s capabilities over the last year+ so it could take on more of the work and simplify that process.
119

1210
This evolution wasn’t just based on our own instincts and what we saw in the Portal—it was informed by listening to developers who have been using Defang, as well as our experience building dozens of sample projects for different frameworks and languages. Each time we build a new sample, we learn more about the different requirements of various types of applications and developers and refine Defang’s feature set accordingly. The Portal became an extension of this learning process, serving as both a proving ground and an opportunity to close any remaining gaps, since it’s one of the most complex things we’ve build with Defang.
@@ -106,9 +104,9 @@ This setup allows us to **treat each environment as a simple Compose file** whil
106104
107105
By transitioning to **fully Compose-based deployments**, we:
108106
109-
✅ **Eliminated hundreds of lines of Infra-as-Code**
110-
✅ **Simplified configuration management** with secure, environment-aware secrets handling
111-
✅ **Streamlined CI/CD** with a lightweight GitHub Actions workflow
112-
✅ **Simplified DNS and cert management**
107+
* ✅ **Eliminated hundreds of lines of Infra-as-Code**
108+
* ✅ **Simplified configuration management** with secure, environment-aware secrets handling
109+
* ✅ **Streamlined CI/CD** with a lightweight GitHub Actions workflow
110+
* ✅ **Simplified DNS and cert management**
113111
114112
Every sample project we built, every conversation we had with developers, and every challenge we encountered with the Portal helped us get to this point where we could focus on closing the gaps last few gaps to deploying everything from a Compose file.

0 commit comments

Comments
 (0)