Comment

New From Keith Olbermann: Trump's New War on Free Speech

20
Nerdy Fish5/01/2017 6:02:59 pm PDT

re: #17 Charles Johnson

I’ve already been writing some custom git-hooks shell scripts to do things like perform a PHP syntax check before committing a file, if it’s a PHP script. The hooks for every git action are one of the really great things about the system.

Have you done much with automated deployments? One thing I’ve been spending a lot of time on is fully integrated deployment pipelines, where my team checks in code, and the compiled binaries get deployed automatically to development and testing environments, and then can get moved in an automated - but manually gated - fashion to user-acceptance and production environments. It makes production deployments a push-button affair for many of my projects. I understand your needs are much different from mine, but I’m just curious if you’ve investigated much in that area.