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:
parent
68fcb3c8e1
commit
0efc7a9488
2 changed files with 208 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -46,3 +46,6 @@ flaskbotrc
|
|||
|
||||
# mypy
|
||||
.mypy_cache
|
||||
|
||||
# zip files for bot deployment
|
||||
.bots
|
Loading…
Add table
Add a link
Reference in a new issue