txAdmin icon indicating copy to clipboard operation
txAdmin copied to clipboard

[Feature]: Support for git cloning via SSH

Open PeaceDealer opened this issue 3 years ago • 5 comments

Scope

Web

Feature Description

For the recipie deployers download_github it would be amazing if it could also support cloning via SSH e.g. [email protected]:account/repo.git

Use Case

Would allow for custom deployments to work with private repositories if SSH Keys is set up correctly on the server.

Proposed Solution

Use git clone command on the src property.

Additional Info

No response

PeaceDealer avatar Sep 14 '21 21:09 PeaceDealer

Thanks for the suggestion.
Our current deployer roadmap looks like this:

  • A fully automated deploy process via CLI where you just set the recipe file path, as well as the required variables, and without any user interaction you can get your server running.
  • Adding git capabilities, so you could clone private repositories with --depth=1.
  • And many other improvements to the recipe engine like the possibility of checking the checksum of a downloaded file.

tabarra avatar Sep 15 '21 14:09 tabarra

Thank you for the reply. Looking forward to it 😁

PeaceDealer avatar Sep 15 '21 14:09 PeaceDealer

@PeaceDealer Would an HTTP git clone solve your issue? or it MUST be via SSH.

tabarra avatar Nov 02 '21 13:11 tabarra

Thanks for the suggestion. Our current deployer roadmap looks like this:

  • A fully automated deploy process via CLI where you just set the recipe file path, as well as the required variables, and without any user interaction you can get your server running.
  • Adding git capabilities, so you could clone private repositories with --depth=1.
  • And many other improvements to the recipe engine like the possibility of checking the checksum of a downloaded file.

Any updates on being able to clone private repositories? Is it ready?

kaidenkhant avatar May 15 '22 00:05 kaidenkhant

Not ready, or it would have been included in this weeks update :)
There is no ETA for this feature.

tabarra avatar May 15 '22 02:05 tabarra