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

Git working directory is not clean, commit any change before using `ember deploy` #65

Closed jfrux closed 6 years ago

jfrux commented 6 years ago

Is there not a way to just tell it what I want the unique key to be instead of it tying into Git info? I'd like to have a bit less rigid deployment strategy with the ability to deploy whether I've committed or not.

This plugin is required by another plugin I need so I can't exactly NOT use it at the moment.

Any tips?

jfrux commented 6 years ago

Sorry, wrong repo!

ghedamat commented 6 years ago

@joshuairl easiest option is to not use the commit sha as the revision key and instead use the default 'file-hash' that varies when files change