aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-06-11 09:28:43 +0000
committerGravatar Gareth Coles <[email protected]>2018-06-11 09:28:43 +0000
commit95e35d771b0013933c3dd42519b8211124e163a3 (patch)
treeba45c3f80cc450030aa1ee78efc4a7424d871adf /Pipfile
parentOnly bother with the deploy step on the master branch (diff)
adds log rotation and speeds up build
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 0ca1f92d..b356df03 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"