Deploy rasa and rasa action server on heroku

Hey there, Does it possible to deploy rasa with rasa action server on Heroku? If it, please share an instruction that I can follow. Thanks in advence.

To deploy the Actions Server on Heroku, configure action_endpoint like so in endpoint.yml:

 action_endpoint:
  url: "https://****.herokuapp.com/webhook"

Also read this post please.

1 Like

@AbuIshak Hi! Please follow this link video HOW TO DEPLOY RASA CHATBOT WITH HEROKU | FREE FOR LIFETIME | DOCKER - YouTube and you will be able to deploy the rasa on Heroku server. Hope this will help and good luck!

1 Like

Thanks for your reply.

1 Like

thanks for your reply.

1 Like

@ChrisRahme What do you mean by **** ? it should be like this or we should replace **** by the app name deployed in heroku? thanks