ember-cli-deploy-olo-pack

A pack of ember-cli-deploy plugins for deploying Olo's Ember apps.

Usage no npm install needed!

<script type="module">
  import emberCliDeployOloPack from 'https://cdn.skypack.dev/ember-cli-deploy-olo-pack';
</script>

README

ember-cli-deploy-olo-pack

An ember-cli-deploy plugin pack to implement a deployment pattern for Olo's Ember apps


**WARNING: This plugin pack is only compatible with ember-cli-deploy versions >= 0.5.0**

This plugin pack is intended for internal use by Olo.

Installation

ember install ember-cli-deploy
ember install ember-cli-deploy-olo-pack

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 about your app.

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.