I have an app: betsmart_us
and I did a heroku betsmart_eu --region eu
which created a new forked heroku app: betsmart_eu
.
I can not figure a way to push changes or run rake task from my terminal to the new forked heroku app. How can I retrieve the source code of that newly created app so that I can push and test rake task from my terminal.
I tried to do a heroku clone
but the forked app apears to be an empty repo. Yet, the forked app works fine on heroku.
Some light on this will be very much appreciated. Thanks a lot !
Antoine.