0.3.1 • Published 5 years ago

ember-cli-deploy-zesty-pack v0.3.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Zesty Deploy Pack

The Zesty ember-cli-deploy pack is an opinionated collection of ember-cli-deploy plugins used to manage continuous deployment at Zesty.

It relies on GitHub, CircleCI, Slack, S3 for assets and Redis for indexes.

Installation

ember install ember-cli-deploy-zesty-pack

To update your config/deploy.js and .circleci/config.yml from our blueprint run

ember generate zesty-deploy-config

Deploying to production

When master builds successfully, call ember deploy production --activate and notify slack.

Deploying pull requests

When a pull request builds successfully, call ember deploy pull-request and add a comment on the PR with a link to the PR.

Acknowledgements

This pack is heavily inspired by ember-cli-deploy-lightning-pack.