You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/tag Build is passing
Details
continuous-integration/drone/push Build is failing
Details
|
1 year ago | |
---|---|---|
modules | 1 year ago | |
utils | 1 year ago | |
.drone.yml | 1 year ago | |
.gitignore | 1 year ago | |
Dockerfile | 1 year ago | |
README.md | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
main.go | 1 year ago | |
run.ps1 | 1 year ago | |
run.sh | 1 year ago |
README.md
Maudbot rewrite
Development setup
You will need:
- A healthy fear of the end
- ngrok
Run ngrok http 8080
to get an HTTP address for port 8080.
Then, run run.sh
or run.ps1
specifying the bot token and ngrok base HTTPS address, eg.
./run.sh 12345:AEEA311_EU https://abcd-12-23-43-112.ngrok.io
Deployment
Build and deploy the docker container using the provided Dockerfile