1.2 KiB
1.2 KiB
path, title
| path | title |
|---|---|
| /docs/deployment/deploy-chatwoot-with-heroku | Heroku Chatwoot Production deployment guide |
Deploying on Heroku
Deploy chatwoot on Heroku through the following steps
- Click on the one click deploy button and deploy your app.
- Go to the Resources tab in the Heroku app dashboard and ensure the worker dynos is turned on.
- Head over to settings tabs in Heroku app dashboard and click reveal config vars.
- Configure the environment variables for mailer and storage as per the documentation.
- Head over to
yourapp.herokuapp.comand enjoy using Chatwoot.
Updating the deployment on Heroku
Whenever a new version is out for chatwoot, you update your Heroku deployment through following steps.
- In the deploy tab, choose
Githubas the deployment option. - Connect chatwoot repo to the app.
- Head over to the manual deploy option, choose
masterbranch and hit deploy.