learn-devops icon indicating copy to clipboard operation
learn-devops copied to clipboard

Test Running Git Commands on Heroku

Open nelsonic opened this issue 3 years ago • 2 comments

@SimonLab to save me a few mins of digging, Q: were you able to run a git command on Heroku (as part of our gogs quest? https://github.com/dwyl/github-backup/issues/136 ...) Thanks!

nelsonic avatar Apr 14 '22 08:04 nelsonic

Yes I think git is already installed on Heroku. I've tested this by running git command on a Phoenix application, and it returns the help output for the command. I've also managed to create repositories using https://github.com/danhper/elixir-git-cli

SimonLab avatar Apr 14 '22 08:04 SimonLab

@SimonLab thank you very much for confirming. 🎉 Do you have a public test/spike repo demoing this or is it on a branch on a private repo?

nelsonic avatar Apr 14 '22 09:04 nelsonic