Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

didDeploy hook to publish changes #75

Open
sescobb27 opened this issue Apr 18, 2017 · 1 comment
Open

didDeploy hook to publish changes #75

sescobb27 opened this issue Apr 18, 2017 · 1 comment

Comments

@sescobb27
Copy link

hi I would like to see something like pub/sub when deploying changes, so when a didDeploy event happens this add-on can exec a PUBLISH ${keyPrefix}:deploy ${revisionKey} and a fastboot-notifier can be listen on that channel events and trigger a notification to download the new app version. let me know if that sound good to you and if I can help implementing this. thanks

@achambers
Copy link
Member

achambers commented Apr 18, 2017

@sescobb27 This does not seem like something that belongs in this plugin. This plugin's responsibility is to manage a bootstrap file in redis. This does however sound like something you could implement in your own plugin that has the sole responsibility of pub/sub and understands how to do this.

You can see the Creating a Plugin guide here to get an idea on how to create a plugin.

And by all means feel free to ask questions here or on in the ember community Slack on the #ec-deploy channel. We're more than happy to guide you along the way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants