Reputation: 17
I'm looking for a way to deploy on Heroku a Rails API and an ember-cli application. My directories structure is something like that:
Can someone help me? I'm really new Heroku user.
PS: I don't want to use gems like 'ember-cli-rails'
Upvotes: 2
Views: 286
Reputation: 4336
I would deploy them separately, and keep them in separate git repos.
Use ember-cli-deploy. I would suggest you look into the ember-cli-deploy-lightning-pack. There is a presentation about it here.
This automates the release process -
index.html
into RedisA big advantage of this process is that you can deploy changes to your frontend very quickly, and without having to take down or restart the server.
Upvotes: 1