A Slack bot to help you lock and unlock things.
At Wootric, we use this bot to lock and unlock deployment for different environments.
- Create a development Slack bot
- Run
bin/setup
- Set
SLACK_API_TOKEN
andGITHUB_AUTH_TOKEN
inside of.env
- Run
foreman start
- Invite your bot to a channel
- Run
rspec
- Create a production Slack bot
- Create an app on Heroku
- Set
SLACK_API_TOKEN
andGITHUB_AUTH_TOKEN
on Heroku - Add your heroku remote
git remote add heroku https://git.heroku.com/your-slack-bot-app.git
- Run
bin/deploy
- Invite your bot to a channel