## deploy()


Deploy the built site.


Usage


``` python
deploy(target="production")
```


## Parameters


`target: str = ``"production"`  
Deployment target name.


## Returns


`bool`  
True if deployment succeeded.
