tools/deploy: Add script to deploy bots on a remote bot server.

This script interfaces with a Zulip Botfarm - a flask server that wraps
docker and runs Zulip bots using the docker engine. This allows for
remotely hosting bots for better uptime, and reduces the configuration
steps needed for safely hosting a bot online.
This commit is contained in:
Rohitt Vashishtha 2018-03-08 19:36:36 +05:30 committed by showell
parent 68fcb3c8e1
commit 0efc7a9488
2 changed files with 208 additions and 0 deletions

3
.gitignore vendored
View file

@ -46,3 +46,6 @@ flaskbotrc
# mypy
.mypy_cache
# zip files for bot deployment
.bots