Hi David It sounds like you're trying to do this:
1. Create files on a running dyno (presumably the output of a process). 2. Set github as a git remote on a running dyno. 3. Add and commit the newly created files to the dyno's local git repo. 4. Push the dyno's local git repo to github. Is that correct? There are a lot of risks with this approach due Heroku's ephemeral file system. Mike On Tuesday, April 2, 2013 4:26:46 PM UTC+1, David Boyer wrote: > > Hi, > > Hopefully this won't seem like an odd question but has anyone got any > experience when it comes to pushing stuff back to github, from an actual > Heroku app. > > I have some nodejs code which runs on Heroku, that'll create a load of > ".json" files. From there I want to "git push" them to a github repository > (gh-pages branch). I've got the nodejs code and git commands sorted but > haven't worked out how to get the "deploy key" working. If anyone has done > something like this before, I'd be grateful to hear how it was put together. > > Cheers, > Dave > --- > David Boyer --- http://about.me/david.boyer > -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
