如何从个人服务器推送到Heroku?

时间:2013-01-19 09:16:15

标签: ruby-on-rails heroku github

我最近在个人服务器上设置了裸的共享存储库,并希望直接从那里推送到heroku - 也就是说,不要使用github。

我想我不确定我理解我们添加遥控器的行的每一部分:

git remote add heroku myherokuusername?@heroku.com:myherokureponame?.git
git remote add heroku git@heroku.com:taraswebapp.git # normally this
git remote add heroku tara.byte@heroku.com:taraswebapp.git

其他信息: 我正在研究mac os x,并且最近安装了相关的heroku工具带。 我的来源是:tara@192.168.1.160:/rails_projects/taraswebapp.git,这是我服务器的静态IP

1 个答案:

答案 0 :(得分:0)

如果您在本地进行更改,您曾可以从您的回购邮件中git push heroku master。您服务器上的第二个裸仓库将是另一回事。

现在,如果你要分享你的裸露回购,这将是一个不同的故事。

更新#1:

将您的应用程序存储在来自heroku {gid}的git中,应该让您开始并向您展示如何使用其他仓库完成此操作。