Hacker News new | ask | show | jobs
by myhf 3219 days ago
"Build the project locally" implies some kind of pipeline system, even if it's not "deployment" or "delivery".

Triggering that pipeline from a commit trigger instead of manually just means copying the build command into a config file. It pays for itself in the first hour.

1 comments

`git push deploy`

You can get quite far without any kind of "pipeline system" nor does building imply a pipeline.