Open robotpony opened 9 years ago
Phase 2:
I talked with Chris about this a little but it would be awesome to have some sort of staging to production workflow. A possible workflow would be as follows:
Basically It would be great to have two separate branches of code that are connected to two separate domains but the underlying database data is the same.
I'm sure this is outside the scope of just lemonsync and perhaps utilizing git post commit hooks might make this easier. Just some thoughts.
@bennick Thanks for the suggestions! We're hoping to allow pushing theme updates to both the active and the developing theme (concepts we have in the store backend now). Exposing the development theme as well with a URL is something we've talked about too (though not as part of this work).
Allowing sync to hook into githooks
is also somewhere I would like to get to this year. I'd also like to be able to add the sync/serve to tools like grunt
and gulp
, as many of our devs use those tools too.