Executing git commands on a build server #94
camerongermein
started this conversation in
General
Replies: 1 comment
-
Hello, I didn't test it but I think you will need new Runner. Current Runner only executes Git commands on local machine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do you think it's possible to execute all the git repo commands on an external build server, perhaps through SSH? Would it require building an all new Runner, or could we in theory just go:
$git = new CzProject\GitPhp\Git;
$repo = $git->open('ssh://user@host:/path/to/repo');
Beta Was this translation helpful? Give feedback.
All reactions