Skip to content
Open
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: 2 additions & 2 deletions docs/edge/en/guides/coding-tools/build-with-ai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@ Go from a local crew to production on **CrewAI AMP** (Agent Management Platform)
<Step title="Prepare for deployment">
Ensure your project structure is ready:
```bash
crewai deploy --prepare
crewai deploy validate
```
See the [preparation guide](/en/enterprise/guides/prepare-for-deployment) for details on project structure and requirements.
</Step>
<Step title="Deploy to AMP">
Push to the CrewAI AMP platform:
```bash
crewai deploy
crewai deploy push
```
You can also deploy via [GitHub integration](/en/enterprise/guides/deploy-to-amp) or [Crew Studio](/en/enterprise/guides/enable-crew-studio).
</Step>
Expand Down