diff options
author | 2018-06-11 09:28:43 +0000 | |
---|---|---|
committer | 2018-06-11 09:28:43 +0000 | |
commit | 95e35d771b0013933c3dd42519b8211124e163a3 (patch) | |
tree | ba45c3f80cc450030aa1ee78efc4a7424d871adf /Pipfile | |
parent | Only bother with the deploy step on the master branch (diff) |
adds log rotation and speeds up build
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,5 +49,7 @@ lint = "python -m flake8" lintscss = "scss-lint scss/pysite" push = "docker push pythondiscord/site:latest" pushbase = "docker push pythondiscord/site-base:latest" +buildci = "docker build -t pythondiscord/site-ci:latest -f docker/ci.Dockerfile ." +pushci = "docker push pythondiscord/site-ci:latest" rundev = "python app.py" test = "py.test tests --cov pysite --cov-report term-missing -v" |