Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前在 Heroku 上部署了一个 django 项目,但我想部署另一个虚拟 Heroku 应用程序以进行测试。我的想法是我可以在 git 分支上更改虚拟 Heroku 帐户,查看它是如何工作的,然后合并并推送到我的实际 Heroku 项目。这可能吗?
我没有尝试过,但我不明白为什么它不可能。
只需将 git 上的另一个远程添加到存储库到您的生产 heroku git 地址。
git remote add htest your_test_app_heroku.git
git remote add heroku your_actual_app_heroku.git