You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @alisdair. Aaron from the ember-cli-deploy core team here. Just had a look at the goal of your plugin and this type of functionality has changed quite a bit from v0.4.x of ember-cli-deploy.
ember-cli-deploy 0.5.0 uses a pipeline architecture where plugins can hook in to one or more of the deploy pipeline hooks. There is an existing plugin called ember-cli-deploy-revision-key whose job is to generate the revision key that will be used for pushing a file to some sort of store, eg Redis.
This plugin uses the ideas of key generators. Currently the only key generator implemented is a file hash generator that uses the fingerprint of the index.html file. However, a git-sha/git-tag generator is a perfect use case for another generator.
Can I put it out there that you contribute your ideas for the git tag functionality to the ember-cli-deploy-revision-key repo instead of maintaining a separate repo that does the same thing?
Give me a shout if you have any questions or want some background on the deploy pipeline, plugins etc etc.
Great work mate and thanks for contributing to the ember deploy eco system. 👍
See this PR on ember-cli-deploy
The text was updated successfully, but these errors were encountered: