我目前在Heroku上部署了一个django项目,但我想部署另一个虚拟Heroku应用程序用于测试目的。我的想法是,我可以在git分支上更改虚拟Heroku帐户,查看它是如何工作的,然后合并并推送到我的实际Heroku项目。这可能吗?
答案 0 :(得分:0)
我没试过,但我不明白为什么不可能。
只需将git上的另一个遥控器添加到您的生产heroku git地址的存储库中。
git remote add htest your_test_app_heroku.git
git remote add heroku your_actual_app_heroku.git