Luke Woodward

Results 4 comments of Luke Woodward

I've run into similar problems when the user running the PHP process doesn't have access to the SSH key used to check out the repo. If you know the user,...

I'd be curious to know the usecase/workflow for this when it comes to deployment. Are you talking about deploying two branches to two locations, or two branches to the same...

I'll see if I can come up with a way to allow two branches for the same project to deploy to two locations. That does make sense, probably some kind...

I personally find well-written and maintained DocBlocks indispensable. The problem is most engineers don't update them when they refactor -- to Taylor's point when code is changed, the DocBlock should...