Skip to content

Commit 0995153

Browse files
committed
Merge remote-tracking branch 'origin/main' into RAG-deployment
2 parents f72aaf0 + a24c61a commit 0995153

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111

1212
jobs:
1313
deploy:
14+
environment: github-pages
1415
permissions:
1516
# This is required to allow the GH actions bot to commit to the `gh-pages` branch
1617
contents: write

docs/concepts/defang-byoc.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@ Defang does run the Defang build service to build your container images, which t
1818
## AWS
1919

2020
:::info
21-
Public Beta of the v1 Defang BYOC AWS Provider is released as of Feb 1 2024.
21+
The Public Beta of the v1 Defang BYOC AWS Provider is released as of Feb 1 2024.
2222
:::
2323

2424
Please read the [AWS Provider](../providers/aws.md) documentation for more details about how the AWS provider works and how to get started.
2525

26+
## DigitalOcean
27+
28+
:::info
29+
The Private Beta of the Defang BYOC DigitalOcean Provider will be released in September 2024. Its development is tracked [here](https://github.com/DefangLabs/defang/pull/594).
30+
:::
31+
2632
## Azure
2733

2834
:::info
@@ -33,4 +39,4 @@ We will be working on Azure support in the future. If you are interested in Azur
3339

3440
:::info
3541
We will be working on GCP support in the future. If you are interested in GCP support, please vote on [this issue](https://github.com/DefangLabs/defang/issues/58).
36-
:::
42+
:::

docs/concepts/defang-playground.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When you deploy a service to Defang Playground, it will be assigned a domain und
2424

2525
### Max Resources
2626

27-
* Services: 5
27+
* Services: 4
2828
* CPUs: 2
2929
* Memory: 8GB
30-
* Replicas: 2
30+
* Replicas: 2

0 commit comments

Comments
 (0)