We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5746d90 commit 4835a50Copy full SHA for 4835a50
1 file changed
website/src/pages/cloud/features.jsx
@@ -37,7 +37,7 @@ const sections = [
37
{ name: 'Deploy multiple environments (prod, staging…)', tiers: { bref: true, cloud: true } },
38
{ name: 'Simple deployments from GitHub Actions', tiers: { bref: false, cloud: true }, description: '<a class="underline" href="/docs/cloud-deploy#deploying-from-github-actions">Documentation</a>' },
39
{ name: 'Simplified creation and management of databases', tiers: { bref: false, cloud: true } },
40
- { name: 'Simplified creation of private networks', tiers: { bref: false, cloud: 'Coming soon' } },
+ { name: 'Simplified creation of private networks', tiers: { bref: false, cloud: true } },
41
{ name: 'AWS deployment security', tiers: {
42
bref: {
43
title: 'Your responsibility',
0 commit comments