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 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
The text was updated successfully, but these errors were encountered:
@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.
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.
hi I would like to see something like pub/sub when deploying changes, so when a
didDeploy
event happens this add-on can exec aPUBLISH ${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. thanksThe text was updated successfully, but these errors were encountered: