Github Integration with Heroku and S3
Added by Gabe Koss over 13 years ago
Hello,
I am working with a Redmine install running on Heroku. We use git for version control and github for our shared repositories.
I would like to be able to use the repository functions of Redmine to tie our commits directly to the relevant tickets. I would like to use the redmine github hook plugin but this still depends on having a local and bare repository hosted on the same server as redmine. This is not possible given the read-only file system on heroku.
One thing I had considered was hosting the 'local' github repo on s3 and integrating that with redmine via the s3 plugin. Is that possible?
I have read through quite a few discussions on this topic but many of them are 6 months old and up. Has anyone solved this problem?
Thanks in advance!