Deploy rasa and rasa action server on heroku

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