learn-devops
learn-devops copied to clipboard
Test Running Git Commands on Heroku
@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!
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 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?