ember-cli-deploy
A deployment pipeline for ember-cli apps
Keywords
ember-addonember-cli-deploy
INSTALL
Type:
<script type="module"> import emberCliDeploy from 'https://cdn.jsdelivr.net/npm/ember-cli-deploy@2.0.0/+esm' </script>
Ember CLI Deploy
Simple, flexible deployment for your Ember CLI app
Installation
ember install ember-cli-deploy
Quick start
After installation, choose plugins matching your deployment environment, configure your deployment script appropriately and you're ready to start deploying.
In-depth documentation
Contributing
Clone the repo and run npm install
. To run tests,
npm test