diff options
author | 2020-11-22 12:58:11 +0300 | |
---|---|---|
committer | 2020-11-22 12:58:11 +0300 | |
commit | 5020fd10fb0ef9a8845e68da3ee7d60c488b842b (patch) | |
tree | d5c51fdcdf89b4980cdacd758aafd9fa1a4ce6fd /Pipfile | |
parent | Refactor Silence Class Imports (diff) | |
parent | Merge pull request #1204 from python-discord/superstar-fix (diff) |
Merge branch 'master' into voicechannel-mute
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -26,6 +26,7 @@ requests = "~=2.22" sentry-sdk = "~=0.14" sphinx = "~=2.2" statsd = "~=3.3" +emoji = "~=0.6" [dev-packages] coverage = "~=5.0" @@ -48,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" |