Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 236 Bytes

DEPLOYMENT.md

File metadata and controls

13 lines (9 loc) · 236 Bytes

Deployment

Typically run:

$ ./node_modules/.bin/ember deploy production

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

$ ADDON_DOCS_UPDATE_LATEST=true ./node_modules/.bin/ember deploy production