18 lines
390 B
Markdown
Raw Normal View History

# ng deploy
> Invoke the deploy builder for a project in the workspace.
> Note: Deployment requires setup via `ng add`.
> More information: <https://angular.dev/cli/deploy>.
- Deploy the default project:
`ng deploy`
- Deploy a specific project:
`ng deploy {{project_name}}`
- Deploy using a specific configuration:
`ng deploy {{[-c|--configuration]}} {{development|production|...}}`