logoalt Hacker News

STRiDEXyesterday at 6:09 PM2 repliesview on HN

That's fair, I'm referring to the number of mistakes that happen with local publishing. Publishing the wrong branch, not building from latest etc


Replies

skydhashyesterday at 6:38 PM

So add a wrapper for that, a quick script that checks which branch and revision you are publishing from. The issue here is publishing from a CI you do not control that well and with automated events.

paxysyesterday at 6:47 PM

You can run the exact same script locally as you do in CI, with the only difference being the addition of a 2FA prompt.

show 1 reply