Skip to content

Commit 1cbfd40

Browse files
committed
updated the blog
1 parent 08c1a0d commit 1cbfd40

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

blog/2025-07-14-defang-gcp-compose.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ We’re excited to share our latest whitepaper, _Defang + GCP: Simple, Secure, a
1414
[Read the full whitepaper here.](https://defang.io/whitepapers/gcp-defang/)
1515
:::
1616

17-
Deploying to Google Cloud Platform (GCP) doesn’t have to be complicated. Docker Compose made defining local apps simple Defang makes cloud deployments just as easy.
17+
Deploying to Google Cloud Platform (GCP) doesn’t have to be complicated. Docker Compose made defining local apps simple, and Defang makes cloud deployments just as easy.
1818

1919
With Defang, you can:
2020

2121
- **Deploy to GCP with a single command.** Go from Compose to Cloud Run, Cloud SQL, and more with just `defang compose up --provider=gcp`.
2222
- **Skip the DevOps overhead.** No need for Terraform, Pulumi, or custom scripts. Defang maps your Compose services to the right GCP resources — compute, storage, networking, and even managed LLMs.
2323
- **Enjoy built-in security and scalability.** Defang automates GCP best practices, handling service accounts, secret management, HTTPS, auto-scaling, and more.
2424
- **Integrate with your workflow.** Deploy from your terminal, GitHub Actions, or even natural language prompts in VS Code, Cursor, or Windsurf.
25-
- **Save costs and avoid surprises.** Choose from affordable, balanced, or high_availability modes with built-in cost estimation coming soon.
25+
- **Save costs and avoid surprises.** Choose from affordable, balanced, or high-availability modes with built-in cost estimation coming soon.
2626

2727
Our whitepaper walks through how Defang integrates with GCP, including how it:
2828

@@ -31,8 +31,7 @@ Our whitepaper walks through how Defang integrates with GCP, including how it:
3131
✅ Supports custom domains, advanced networking, GPUs, LLMs, and more
3232
✅ Powers CI/CD pipelines with GitHub Actions and Pulumi
3333

34-
It also highlights how Defang itself deploys real apps — like our Ask Defang chatbot — using less than 100 lines of Compose on GCP.
35-
34+
It also highlights how Defang itself deploys real apps like our Ask Defang chatbot using less than 100 lines of Compose on GCP.
3635
Want to simplify your GCP deployments? Start with Compose, scale with Defang.
3736

3837
import Link from '@docusaurus/Link';

0 commit comments

Comments
 (0)