https://github.com/tlrasor/warren-bot
https://github.com/tlrasor/warren-bot
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tlrasor/warren-bot
- Owner: tlrasor
- Created: 2017-09-27T20:08:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T04:23:28.000Z (over 6 years ago)
- Last Synced: 2024-11-09T03:37:10.528Z (about 1 year ago)
- Language: Ruby
- Size: 2.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Warren-bot
-----------
[](https://travis-ci.org/tlrasor/warren-bot)
# deploy using docker stack
```
docker service create \
--name warren-bot \
--update-delay 5s \
--env RACK_ENV=production \
--env SLACK_API_TOKEN="YOUR_KEY" \
--publish 18888:8888 \
warren-bot:arm
```