Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4837

Co-ordinating deployments when using ember-cli-deploy-lightning

$
0
0

@akshayrawat wrote:

When using ember-cli-deploy-lightning-pack, is there a way to automate activating the right version of the Ember app.

For example:

Scenario 1:

There are some updates to the Ember app. These updates are compatible with the version of the Rails app. So the ember app gets auto deployed and activated via CI without deploying the Rails app.

Scenario 2:

There are some updates to the Ember app. These updates are incompatible with the version of the Rails app. The Rails and Ember app need to go live together. This could perhaps be done manually by a dev, but I'm looking for a way to automate this.

Scenario 3:

There are some updates to the Rails app. These updates are incompatible with the current version of the Ember app. The Rails app needs to activate the right version of the Ember app during its deployment.

Are there any Ember CLI deploy plugins or popular techniques to manage these kind of deployment scenarios.

Any pointers would be much appreciated.

Posts: 5

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4837

Trending Articles