Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 497 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 497 Bytes

ember-deploy-tagging-env

Uses the ENV variable EMBER_DEPLOY_TAG to mark the revision. This was created so that I could use a variable from the Build/CI server in order to mark the revision for later deployment.

TODO:

  • Better error handling

Sample Usage:

In the config/deploy.js add:

tagging: 'env-tag'