Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ember-cli-deploy/ember-cli-deploy
A deployment pipeline for Ember CLI apps
https://github.com/ember-cli-deploy/ember-cli-deploy
ember-cli ember-cli-deploy
Last synced: 3 months ago
JSON representation
A deployment pipeline for Ember CLI apps
- Host: GitHub
- URL: https://github.com/ember-cli-deploy/ember-cli-deploy
- Owner: ember-cli-deploy
- License: mit
- Created: 2014-10-18T06:40:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T15:05:08.000Z (over 1 year ago)
- Last Synced: 2024-05-17T12:03:04.748Z (6 months ago)
- Topics: ember-cli, ember-cli-deploy
- Language: JavaScript
- Homepage: http://ember-cli-deploy.com/
- Size: 3.25 MB
- Stars: 560
- Watchers: 24
- Forks: 133
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ember - ember-cli-deploy - A deployment pipeline for Ember CLI apps. (Packages / Automation)
README
# Ember CLI Deploy
[![Build Status](https://github.com/ember-cli-deploy/ember-cli-deploy/actions/workflows/ci.yaml/badge.svg
)](https://github.com/ember-cli-deploy/ember-cli-deploy/actions/workflows/ci.yaml) [![Code Climate](https://codeclimate.com/github/ember-cli-deploy/ember-cli-deploy/badges/gpa.svg)](https://codeclimate.com/github/ember-cli-deploy/ember-cli-deploy)Simple, flexible deployment for your Ember CLI app
## Installation
```
ember install ember-cli-deploy
```
## Quick startAfter installation, choose [plugins](http://ember-cli-deploy.com/plugins/) matching your deployment environment, [configure](http://ember-cli-deploy.com/docs/v1.0.x/configuration/) your deployment script appropriately and you're ready to [start deploying](http://ember-cli-deploy.com/docs/v1.0.x/usage/).
## In-depth documentation
[Visit the Docs site](http://ember-cli-deploy.com/docs/v1.0.x/)
## Contributing
Clone the repo and run `npm install`. To run tests,
npm test