@busy-web/deploy

busy-web ember-cli-deploy addon.

Usage no npm install needed!

<script type="module">
  import busyWebDeploy from 'https://cdn.skypack.dev/@busy-web/deploy';
</script>

README

@busy-web/deploy

npm version

An ember-cli-deploy plugin pack to implement a lightning deployment pattern as described

ember-cli-deploy package for deploying to an s3 configuration.

This plugin has a blueprint for your config/deploy.js file to get you started.

Installation

ember install ember-cli-deploy
ember install @busy-web/deploy

The necessary set of plugins will be available to ember-cli-deploy and an example deploy/config.js file will be generated for you to customize with information for your deployment environments.

What is a plugin pack?

A "plugin pack" is a concept supported by ember-cli-deploy that allows a single addon to make multiple plugins available by adding a single direct depedency to your project.

What plugins are made available?