## deploy()


Deploy a build artifact.


Usage


``` python
deploy(
    artifact,
    environment="staging",
)
```


## Parameters


`artifact: str`  
Path to the build artifact.

`environment: str = ``"staging"`  
Target environment.


## Returns


`bool`  
True if deployed successfully.
