Files
2012-02-21 01:15:00 -05:00

1 line
4.6 KiB
JSON

[{"user_id": 7447, "stars": [], "topic_id": 18183, "date_created": 1302311085.5857401, "message": "other than setting up a script that pushes to both heroku and github simultaneously", "group_id": 447, "id": 598542}, {"user_id": 7447, "stars": [], "topic_id": 18183, "date_created": 1302311070.4156139, "message": "Does anyone know a good way to integrate a heroku repository with github?", "group_id": 447, "id": 598538}, {"user_id": 4221, "stars": [], "topic_id": 18183, "date_created": 1302312308.0646219, "message": "Where would all the contribution come from? Heroku or GitHub?", "group_id": 447, "id": 598736}, {"user_id": 7447, "stars": [], "topic_id": 18183, "date_created": 1302312241.6436031, "message": "heroku to git hub", "group_id": 447, "id": 598714}, {"user_id": 7447, "stars": [], "topic_id": 18183, "date_created": 1302312263.5805409, "message": "or basically have sync'ed repositories across the two", "group_id": 447, "id": 598720}, {"user_id": 4221, "stars": [], "topic_id": 18183, "date_created": 1302312397.6267469, "message": "But unfortunately, I'm not too familiar with Heroku. However, it's an interesting problem, so I'm interested in a solution, too", "group_id": 447, "id": 598758}, {"user_id": 7447, "stars": [], "topic_id": 18183, "date_created": 1302312613.1482589, "message": "yeah, would be a good way to manage heroku repositories", "group_id": 447, "id": 598804}, {"user_id": 4221, "stars": [], "topic_id": 18183, "date_created": 1302312218.272959, "message": "What kind of integration are you looking for?", "group_id": 447, "id": 598703}, {"user_id": 4221, "stars": [], "topic_id": 18183, "date_created": 1302312234.433147, "message": "Heroku to GitHub, GitHub to Heroku?", "group_id": 447, "id": 598709}, {"user_id": 4221, "stars": [], "topic_id": 18183, "date_created": 1302312245.788419, "message": "oh", "group_id": 447, "id": 598716}, {"user_id": 4221, "stars": [], "topic_id": 18183, "date_created": 1302312255.4980111, "message": "Well, I'm not an expert, but could you just do something like cron? http://addons.heroku.com/cron", "group_id": 447, "id": 598719}, {"user_id": 7447, "stars": [], "topic_id": 18183, "date_created": 1302312284.1737299, "message": "I think that won't actually sync the repos", "group_id": 447, "id": 598726}, {"user_id": 7447, "stars": [], "topic_id": 18183, "date_created": 1302312322.252502, "message": "heroku", "group_id": 447, "id": 598740}, {"user_id": 4221, "stars": [], "topic_id": 18183, "date_created": 1302312349.140841, "message": "I wouldn't think it's impossible to set up a daily cron to push changes down to GitHub.", "group_id": 447, "id": 598749}, {"user_id": 4221, "stars": [], "topic_id": 18183, "date_created": 1302312487.4973731, "message": "There's nothing really preventing you from having a task on your laptop do the syncing. It's not necessarily the best situation, but it's a workable one.", "group_id": 447, "id": 598773}, {"user_id": 4221, "stars": [], "topic_id": 18183, "date_created": 1302312907.3983901, "message": "And the guy supplying the answer (David Dollar) works at Heroku, so I wouldn't think his word can be passed over", "group_id": 447, "id": 598887}, {"user_id": 4221, "stars": [{"date_created": 1302644452.379915, "user_id": 7762}], "topic_id": 18183, "date_created": 1302312798.7696559, "message": "Hm.. http://stackoverflow.com/questions/3324586/push-from-github-to-heroku-without-downloading-repo", "group_id": 447, "id": 598841}, {"user_id": 7447, "stars": [], "topic_id": 18183, "date_created": 1302339375.9418631, "message": "oh sweet. Thanks for finding that!", "group_id": 447, "id": 601302}, {"user_id": 2190, "stars": [], "topic_id": 18183, "date_created": 1302356889.671051, "message": "Also you can push to both GitHub and Heroku at the same time if you use defunkt's hub script: https://github.com/defunkt/hub\n\nIf you alias git to hub, you can do something like `git push github,heroku master` and you're done.", "group_id": 447, "id": 602301}, {"user_id": 14412, "stars": [], "topic_id": 18183, "date_created": 1302359485.410296, "message": "Both Heroku and Github allow you to specify a URL that they'll hit for you after you push. Heroku calls them \"Deploy Hooks\" http://devcenter.heroku.com/articles/deploy-hooks and Github calls them \"Post-Receive Hooks\" http://help.github.com/post-receive-hooks. You could set up a system on another box to sync to one repo whenever something happens on the other", "group_id": 447, "id": 602447}, {"user_id": 14412, "stars": [], "topic_id": 18183, "date_created": 1302359618.578517, "message": "...but I should've read the stackoverflow answer first. David already gave the right answer :-)", "group_id": 447, "id": 602451}]