GitHub Deployment with ChatOps

ChatOps is a term that refers to conversation-driven development. What that means is the ability to perform development tasks such as deployments from a chatting window by interacting with a chat bot to interpret and orchestrate such commands for you. In this tutorial, we are going to demonstrate how to implement GitHub deployments in scriptr.io using the open source Hubot chat bot. Prerequisites Install Hubot Install the GTalk adapter for Hubot from https://github.com/atmos/hubot-gtalk Install the Hubot GitHub deployments module from hubot-github-deployments Hubot Hubot is an internal automation assistant developed by GitHub. Although it only comes with a few functions out of...

Read More