I cannot deploy Alexa skill(built using jovo) on Heroku

140 Views Asked by At

So I am following this tutorial to deploy my Alexa skill on Heroku.
How to Deploy your Alexa Skill and Google Action to Heroku

I reached the stage where I have to type this script in my windows cmd:

# Add Heroku App Remote
$ heroku git:remote -a

But, I keep getting this error: enter image description here

Any idea what might be causing this issue? Thanks guys :D

2

There are 2 best solutions below

1
On BEST ANSWER

There's a bug in their tutorial. They created an app called jovo-sample-app on Heroku so the command would be:

heroku git:remote -a jovo-sample-app

Obviously if you're following the tutorial yourself the app name will be different.

0
On

Try heroku git: remote -a [heroku-app-name] from Heroku docs