Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ repos:
rev: v4.0.1
hooks:
- id: check-merge-conflict
- id: check-json
- id: check-toml
- id: check-yaml
exclude: 'mkdocs.yml' # Exclude all mkdocs.yml as they use tags i.e. `!!!`
- id: pretty-format-json
args: ['--indent=4','--autofix']
- id: end-of-file-fixer
- id: no-commit-to-branch
args: [--branch=main, --branch=master]
Expand Down
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

12 changes: 12 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"env": {
"TOKEN": {
"description": "Discord bot token. This is from https://discord.com/developers/applications",
"required": true
}
},
"name": "Modmail Bot",
"repository": "https://github.com/discord-modmail/modmail",
"stack": "container",
"website": "https://discord-modmail.readthedocs.io/"
}
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
- docker-compose.yml (#13)
- Running the bot after configuring the env vars is now as simple as `docker-compose up`
- Automatic docker image creation: `ghcr.io/discord-modmail/modmail` (#19)
- Dockerfile support for all supported hosting providers. (#58)

### Changed

- Refactored bot creation and bot running (#56)
Expand All @@ -15,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
handling loop errors, as run() does this automatically.



## [0.1.0] - 2021-08-13

### Added
Expand Down
3 changes: 3 additions & 0 deletions heroku.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build:
docker:
worker: Dockerfile
1 change: 0 additions & 1 deletion runtime.txt

This file was deleted.