envato / iamy

IAMy - originally developed by 99designs
MIT License
0 stars 1 forks source link

After a push, run another diff #9

Open simpsora opened 3 years ago

simpsora commented 3 years ago

It's common for iamy to reformat or reorder things into its canonical format. When this happens, the code in git is now slightly out of sync with what's in AWS. Sometimes folks remember to pull after they push to confirm there are no changes, but often they don't and it requires another PR to sync the two.

iamy could compare the code and the state in AWS after a push and complain loudly if they're different. This would save a fair bit of frustration.

liamdawson commented 3 years ago

If we go with it, https://github.com/envato/iamy/pull/14 may provide a way to fix that problem before performing the push.