Hacker News new | ask | show | jobs
by hobarrera 3999 days ago
> The state of the art seems to be ”run git pull and pray”

Looks like these guys never heard of things like CI.

2 comments

You had to read further.

This is the core of how we deploy code at Nylas. Our continuous integration server (Jenkins) runs dh-virtualenv to build the package, and uses Python’s wheel cache to avoid re-building dependencies.

Or release branches/tags.