Version
- Getting started
- Overview
- Installation
- Commands
- Lightning approach workflow
- Configuration
- How to use
- Fingerprinting options and staging environments
- S3 asset uploads
- Overview
- Example Sinatra app
- Example Node app
- Custom adapters
- Overview
- Existing custom adapters
- Index adapters
- Asset adapters
- Tagging adapters

Tagging adapters
tagging-adapters
take care of tagging revisions when uploading revisions via the deploy-index
-command. ember-cli-deploy
comes bundled with the sha
-tagging-adapter that will tag your revisions according to the current git-sha.
Tagging Adapters need to implement the following method for ember-cli-deploy to know what to do:
####createTag
This method has to return a String
.