-
Create a Web app App Service on Azure
-
Enable Local Git Repository deployment
-
Set the necessary environment variables
HUBOT_ADAPTER=slack HUBOT_SLACK_TOKEN=<slack-token>
-
Deploy
git remote add azure https://<deployment-user>@<site-name>.scm.azurewebsites.net:443/<site-name>.git git push azure master
yo hubot
rm Procfile
- Remove unused heroku and redis modules from external-scripts
npm uninstall hubot-heroku-keepalive hubot-redis-brain --save
azure site deploymentscript --node
- Add a step to deploy.sh to create hubot script with coffee extension
- Create server.js to start hubot