Skip to content

Commit 9e958d0

Browse files
authored
Merge pull request #260 from meshery/playgrounds/digitalocean
DigitalOcean
2 parents 926f3d8 + 5017dc2 commit 9e958d0

File tree

1 file changed

+8
-0
lines changed
  • site/src/components/VendorSelection

1 file changed

+8
-0
lines changed

site/src/components/VendorSelection/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ import {
1111
// Add your provider by including it in the vendors array below.
1212
const VendorSelection = () => {
1313
const vendors = [
14+
{
15+
name: "DigitalOcean",
16+
description: "Meshery Playground hosted by DigitalOcean",
17+
url: "https://do.playground.meshery.io",
18+
logo: null, // We can add logos later
19+
available: false,
20+
hosting: "hosted",
21+
},
1422
{
1523
name: "ID10",
1624
description: "Meshery Playground hosted by ID10",

0 commit comments

Comments
 (0)