Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Fully remove Edgio Deploy from CLI and Docs #10358

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/cli-commands.md
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
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
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.