|
|
|
|
|
by kstrauser
325 days ago
|
|
I think 1 is a myth. It’s easy to deploy as long as you don’t care about atomic updates, like the newly uploaded version of foo.php importing bar.php which hasn’t been uploaded yet. Solve that, say with a DAG of which files to upload in which order, and it’s no longer easier than anything else. Like many other things, PHP makes it easier to do the wrong thing than other languages which make you do the same thing correctly. |
|
They switched to blue/green deploys for the new site (which I suspect was done at the server level, not with symlinks or the like).