Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
jonwinstanley
4y ago
0 comments
Share
I deploy with a git pull
Which I suppose is just a fancy way of a copying files to the server.
0 comments
default
newest
oldest
motogpjimbo
4y ago
Same. Our Node applications can take up to 10 minutes to build and deploy from a pipeline, but our PHP applications are deployed in <2 seconds by executing `git pull` on a VM.
herbst
4y ago
Same. And git doesn't care if I add a build process or not, or which language I am pushing.
skinkestek
4y ago
It is kind of just a fancy way to copy but at the same time gives you versioned deployments, rollbacks etc.
j
/
k
navigate · click thread line to collapse