Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved support for github private repositories #16

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

neohunter
Copy link

The current version of git-deploy add a log entry with a message saying that git pull was succesfully even when git pull exited with an error code, showing no ouput as exec php method doesn't record the STD_ERR output.

This MR fix that issue, raising an exception and adding git error into log. This also adds a new option to log full git output if required.

Last, the README.md contains instructions to make the user who is running the script (apache most of the cases) to trust the identity of github.com, wihtout this, is impossible to pull from a private repo on github.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant