obsidiansystems / obelisk

Functional reactive web and mobile applications, with batteries included.
https://reflex-frp.org
BSD 3-Clause "New" or "Revised" License
960 stars 107 forks source link

Print old and new git revisions in `ob deploy update` #975

Open mightybyte opened 2 years ago

mightybyte commented 2 years ago

Every time I do an ob deploy update I find myself wanting to know what the previous git revision was, whether it changed, and if so what the new revision is. Seems like it should be pretty easy to add this. Just thought I'd throw it here to not let the thought get lost.

alexfmpe commented 2 years ago

Personally I just use git diff and see what changed in the src thunk. Las time I checked ob deploy update basically did ob thunk update src