diff --git a/blog/2023-06-29-Announcing-the-Private-Beta-for-the-DOP.md b/blog/2023-06-29-Announcing-the-Private-Beta-for-the-DOP.md index 09d1737eb..b04ef3c1c 100644 --- a/blog/2023-06-29-Announcing-the-Private-Beta-for-the-DOP.md +++ b/blog/2023-06-29-Announcing-the-Private-Beta-for-the-DOP.md @@ -9,6 +9,8 @@ We're thrilled to announce the release of our Private Beta for the Defang Opinio We realize that improving on this state of affairs is a long journey. Today, we are taking an initial step with the release of the Private Beta of the DOP. The DOP enables **AI-assisted development**, with the ability to specify a high-level prompt and get back an initial version of your cloud service code, which can then be refined further. The DOP **simplifies CI-CD** by automatically building and deploying new artifacts to your target environments when you push new code to your source repository, taking care of all dependency management and build tasks. And the **DOP pre-provisions properly secured and configured staging and production environments** for your application, optimized for security, scaling, and cost. +{/* truncate */} + **Try the Private Beta!** To try the Private Beta, please go to [portal.defang.dev](https://portal.defang.dev) and register. We would love to have you kick the tires and give us your feedback! You can also check out our [documentation](/docs/intro), [samples](/docs/intro), and our [GitHub repository](https://github.com/DefangLabs). diff --git a/blog/2024-02-12-announcing-defang-public-beta.md b/blog/2024-02-12-announcing-defang-public-beta.md index ced3a0c10..da8d4ece6 100644 --- a/blog/2024-02-12-announcing-defang-public-beta.md +++ b/blog/2024-02-12-announcing-defang-public-beta.md @@ -13,6 +13,8 @@ And so, today with our Public Beta, we are addressing this request. With today You can learn more about Defang [here](/docs/intro). Also check out our [tutorials](/docs/category/tutorials), [samples](https://defang.io/samples), and [FAQ](/docs/category/faq) to know more. +{/* truncate */} + **Try the Public Beta!** To try the Public Beta, please go to [defang.io](http://defang.io) and click on [Download](https://github.com/DefangLabs/defang/releases/latest) to download the CLI and [get started](/docs/getting-started). We would love to have you kick the tires and give us your feedback! Once you sign up you’ll receive an invitation to our Slack support channel in email. You are also welcome to file [GitHub issues here](https://github.com/DefangLabs/defang/issues). diff --git a/blog/2024-03-04-about-my-journey-deploying-my-first-web-application.mdx b/blog/2024-03-04-about-my-journey-deploying-my-first-web-application.mdx index 8f08a876e..aa40098da 100644 --- a/blog/2024-03-04-about-my-journey-deploying-my-first-web-application.mdx +++ b/blog/2024-03-04-about-my-journey-deploying-my-first-web-application.mdx @@ -25,6 +25,8 @@ It was overwhelming when all these unfamiliar concepts came at me at once. I sea I ran into so many problems with configuring services. Sometimes it is caused by carelessly selecting the wrong options; sometimes it is due to the fact that I have no idea what the buttons mean; sometimes it is just a bug with my code. Those errors triple the time it took to deploy my project. It was indeed extremely frustrating. +{/* truncate */} +