ember-cli-deploy / ember-cli-deploy-revision-data

An ember-cli-plugin to create a unique revision key for the build
MIT License
21 stars 58 forks source link

Create revision metadata instead of just revision key #14

Closed achambers closed 9 years ago

achambers commented 9 years ago

After discussions on slack, we decided that it would be beneficial to push a json object of metadata to the likes of redis. It makes sense for this plugin to create that metatdata object, with the revision key being one piece of the metadata, albeit the most important one.

Other data that could be added is the deployer, timestamp, git commit message etc etc.

It might also make sense to rename this repo to something more indicative of it's intention, maybe ember-cli-deploy-revision-data.