Hacker News new | ask | show | jobs
by gxespino 2512 days ago
Interesting. Would love to be able to disable this for small changes (text only, etc). I'd hate to have to run an extra, potentially costly/time consuming, CI step for small UI changes.

Congrats on the launch. I use GIPHY to "preview" my UI changes in Github. I wish the rest of my team did something similar.

1 comments

You can set a branch pattern[1] in your FeaturePeek config so that only certain branch names spin up environments. (And yes – I feel your pain every time I see an empty PR body.)

[1] https://docs.featurepeek.com/pro-tips/#only-spin-up-environm...