Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 238 Bytes

DEPLOYMENT.md

File metadata and controls

19 lines (12 loc) · 238 Bytes

Deployment

Addon To NPM

yarn publish

Docs

Typically run:

$ ember deploy production

If you need to force the current branch to be the LATEST:

$ ADDON_DOCS_UPDATE_LATEST=true ember deploy production