deployinator
deployinator copied to clipboard
Deployinate!
When I run deploys I get the start of the deployment in the logs windows but none of the logs I have create come out. The last thing I see...
If you want to use deployinator to deploy itself currently you have to call it something different like deployin8or to avoid namespacing issues. This can be fixed by changing the...
#45 i had the same problem, ruby-2.1.2
We currently ignore the status of the git_clone command (in https://github.com/etsy/deployinator/blob/master/lib/deployinator/helpers/git.rb#L128) this can lead to annoying troubleshooting, if the permissions are wrong on the checkout folder for example.
We should stop shelling out and use a proper git library for our git operations. https://github.com/libgit2/rugged