Skip to content

Commit

Permalink
remove Edgio from CLI and Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice committed Mar 28, 2024
1 parent 5c9fc4e commit 3cb8dba
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 244 deletions.
2 changes: 1 addition & 1 deletion docs/docs/cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -1897,7 +1897,7 @@ yarn redwood setup deploy <provider>
| Arguments & Options | Description |
| :------------------ | :---------------------------------------------------------------------------------------------------- |
| `provider` | Deploy provider to configure. Choices are `baremetal`, `coherence`, `edgio`, `flightcontrol`, `netlify`, `render`, `vercel`, or `aws-serverless [deprecated]`, |
| `provider` | Deploy provider to configure. Choices are `baremetal`, `coherence`, `flightcontrol`, `netlify`, `render`, `vercel`, or `aws-serverless [deprecated]`, |
| `--database, -d` | Database deployment for Render only [choices: "none", "postgresql", "sqlite"] [default: "postgresql"] |
| `--force, -f` | Overwrite existing configuration [default: false] |
Expand Down
16 changes: 0 additions & 16 deletions docs/docs/deploy/edgio.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/docs/deploy/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ yarn rw deploy vercel
yarn rw deploy serverless --side api
```

```shell
# Build command for Edgio deploy target
yarn rw deploy edgio
```

```shell
# Build command for baremetal deploy target
yarn rw deploy baremetal [--first-run]
Expand Down
1 change: 0 additions & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ module.exports = {
label: 'AWS via Flightcontrol',
id: 'deploy/flightcontrol',
},
{ type: 'doc', label: 'Edgio', id: 'deploy/edgio' },
{ type: 'doc', label: 'Netlify', id: 'deploy/netlify' },
{ type: 'doc', label: 'Render', id: 'deploy/render' },
{
Expand Down
146 changes: 0 additions & 146 deletions packages/cli/src/commands/deploy/edgio.js

This file was deleted.

75 changes: 0 additions & 75 deletions packages/cli/src/commands/setup/deploy/providers/edgio.js

This file was deleted.

0 comments on commit 3cb8dba

Please sign in to comment.