Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/tutorials/deploy-to-aws.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ This tutorial will show you how to deploy your services to your own AWS account
- [A `compose.yaml` file in your project](https://docs.docker.com/compose/gettingstarted/)
- [A Dockerfile in your project](https://docs.docker.com/get-started/docker-concepts/building-images/writing-a-dockerfile/) or use [Railpack](../concepts/railpack.md)

:::warning["MCP prerequisite"]
If you would like to deploy using [MCP](https://modelcontextprotocol.io/), you like need to setup the [Defang MCP Server](../concepts/mcp.md) with the IDE of your choice.
:::

## Step 1 - Navigate to your project directory

Head to the folder where your project is located.
Expand Down
4 changes: 0 additions & 4 deletions docs/tutorials/deploy-to-gcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ This tutorial will show you how to deploy your services to your own GCP project
- [A `compose.yaml` file in your project](https://docs.docker.com/compose/gettingstarted/)
- [A Dockerfile in your project](https://docs.docker.com/get-started/docker-concepts/building-images/writing-a-dockerfile/) or use [Railpack](../concepts/railpack.md)

:::warning["MCP prerequisite"]
If you would like to deploy using [MCP](https://modelcontextprotocol.io/), you like need to setup the [Defang MCP Server](../concepts/mcp.md) with the IDE of your choice.
:::

## Step 1 - Navigate to your project directory

Head to the folder where your project is located.
Expand Down