diff options
author | 2020-11-20 13:08:23 -0600 | |
---|---|---|
committer | 2020-11-20 13:08:23 -0600 | |
commit | fb7ca02f512da6072e52888546e93da123822e01 (patch) | |
tree | 71d7f5342d86498a5703eee1381391a4a992d883 /Pipfile | |
parent | Cover Unicode emojis catching as antispam rule with test cases (diff) | |
parent | Checkout code so we can deploy (diff) |
Merge branch 'master' into emojis-filter
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,8 +49,8 @@ python_version = "3.8" start = "python -m bot" lint = "pre-commit run --all-files" precommit = "pre-commit install" -build = "docker build -t pythondiscord/bot:latest -f Dockerfile ." -push = "docker push pythondiscord/bot:latest" +build = "docker build -t ghcr.io/python-discord/bot:latest -f Dockerfile ." +push = "docker push ghcr.io/python-discord/bot:latest" test = "coverage run -m unittest" html = "coverage html" report = "coverage report" |