cybertooth-io/ember-cybertooth-base-model

View on GitHub
DEPLOYMENT.md

Summary

Maintainability
Test Coverage
# Deployment

Typically run:

```bash
$ ember deploy production
```

If you need to force the current branch to be the LATEST:
```bash
$ ADDON_DOCS_UPDATE_LATEST=true ember deploy production
```