Клонирование проекта heroku, другой экземпляр того же сервера redis_url - PullRequest
0 голосов
/ 04 марта 2020

Я делаю блокчейн и хочу, чтобы одноранговая версия приложения получала доступ к изменениям версии root. Я клонировал оригинальный экземпляр и создал с ним новую героку. Теперь проблема, с которой я сталкиваюсь при запуске логов heroku --tails, приведена ниже.

 »      Usage: --remote origin
 »         or: --app cypher-netowrk
 »      Your local git repository has more than 1 app referenced in git remotes.
 »      Because of this, we can't determine which app you want to run this command against.
 »      Specify the app you want with --app or --remote.
 »      Heroku remotes in repo:
 »      polar-dawn-21764 (heroku)
 »   cypher-netowrk (origin)
 »
 »      https://devcenter.heroku.com/articles/multiple-environments```
how can I clone the project and be able to use one as normal instance and the other as peer instance?
...