txAdmin
txAdmin copied to clipboard
[Feature]: Support for git cloning via SSH
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
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.
Thank you for the reply. Looking forward to it 😁
@PeaceDealer Would an HTTP git clone solve your issue? or it MUST be via SSH.
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?
Not ready, or it would have been included in this weeks update :)
There is no ETA for this feature.