Skip to content

Commit f4d03de

Browse files
committed
Add Playground project limit
1 parent 64878aa commit f4d03de

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,12 @@ jobs:
8383
user_email: 41898282+github-actions[bot]@users.noreply.github.com
8484
cname: docs.defang.io
8585

86-
86+
8787
# Notify docs chatbot of new docs with curl command
8888
- name: Notify docs chatbot of new docs
8989
run: |
9090
curl -f -X POST https://ask.defang.io/trigger-rebuild?token=${{ secrets.CHATBOT_TOKEN }}
9191
92-
9392
- name: Notify Slack of Action Failures
9493
uses: ravsamhq/[email protected]
9594
if: ${{ always() && github.ref_name == 'main' }}

docs/concepts/defang-playground.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 00
66

77
# Defang Playground
88

9-
Defang aims to make it easier to deploy your services to the cloud. Specifically, Defang's goal is to make it easier to deploy your workloads to your *own* cloud accounts. We refer to this as bring-your-own-cloud (BYOC) which you can read about in more depth [here](./defang-byoc). We also provide Defang Playground, but it is only intended for non-production workloads so you can get a feel for how Defang works.
9+
Defang aims to make it easier to deploy your services to the cloud. Specifically, Defang's goal is to make it easier to deploy your workloads to your *own* cloud accounts. We refer to this as bring-your-own-cloud (BYOC) which you can read about in more depth [here](./defang-byoc). We also provide Defang Playground, but it is only intended for non-production workloads so you can get a feel for how Defang works.
1010

1111
Defang Playground is a free tier that allows you to deploy services to a Defang-hosted cloud account without needing to manage your own. It is intended for non-production workloads only.
1212

@@ -18,12 +18,13 @@ Please note that the Defang Playground is intended for testing/learning purposes
1818

1919
There are a few limitations to Defang Playground. These limitations are in place to ensure that Defang Playground is only used for non-production workloads. If you are interested in running production workloads, you should use Defang BYOC.
2020

21-
### No Custom Domain Support
21+
### No Apex Domain Support
2222

23-
When you deploy a service to Defang Playground, it will be assigned a domain under the `defang.dev` domain. We do not support pointing your own domains to Defang Playground services.
23+
When you deploy a service to Defang Playground, it will be assigned a domain under the `defang.dev` domain. We do not support pointing your own apex domains to Defang Playground services, but you can use subdomains.
2424

2525
### Max Resources
2626

27+
* Projects: 1
2728
* Services: 4
2829
* CPUs: 2
2930
* Memory: 8GB

0 commit comments

Comments
 (0)