aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-06-05 22:21:20 +0200
committerGravatar Christopher Baklid <[email protected]>2018-06-05 22:21:20 +0200
commit099446711c7cd3a7945d38e361a8f3498d0a8148 (patch)
tree88306fe0a1848a2a08b5188216f530f366ce9a38 /Pipfile
parentchange directory (diff)
use a ci box
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 0c5761e..b2ec729 100644
--- a/Pipfile
+++ b/Pipfile
@@ -35,5 +35,8 @@ pushbox = "docker push pythondiscord/snekbox:latest"
buildboxbase = "docker build -t pythondiscord/snekbox-base:latest -f docker/base.Dockerfile ."
pushboxbase = "docker push pythondiscord/snekbox-base:latest"
+buildci = "docker build -t pythondiscord/snekbox-ci:latest -f docker/ci.Dockerfile ."
+pushci = "docker push pythondiscord/snekbox-ci:latest"
+
buildweb = "docker build -t pythondiscord/snekboxweb:latest -f docker/Dockerfile.webapp ."
pushweb = "docker push pythondiscord/snekboxweb:latest"