aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-05-23 22:38:20 +0200
committerGravatar Christopher Baklid <[email protected]>2018-05-23 22:38:20 +0200
commit309a6f93f878fc96951902fc47d45a30ef5f8d71 (patch)
treef788b43a892a93d0f97da73f459a55b43e1ea1a0 /Pipfile
parentupdate readme (diff)
POC completed
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Pipfile b/Pipfile
index f92847e..54f4847 100644
--- a/Pipfile
+++ b/Pipfile
@@ -17,9 +17,9 @@ gevent-websocket = "*"
python_version = "3.6"
[scripts]
-consume = "python consume.py"
-publish = "python publish.py"
-webapp = "python webapp.py"
-build = "docker build -t pythondiscord/snekbox:latest -f docker/Dockerfile ."
-buildwebapp = "docker build -t pythondiscord/snekboxweb:latest -f docker/Dockerfile.webapp ."
-compose = "docker-compose up"
+snekbox = "python snekbox.py"
+snekweb = "python snekweb.py"
+buildbox = "docker build -t pythondiscord/snekbox:latest -f docker/Dockerfile ."
+buildweb = "docker build -t pythondiscord/snekboxweb:latest -f docker/Dockerfile.webapp ."
+pushbox = "docker push pythondiscord/snekbox:latest"
+pushweb = "docker push pythondiscord/snekboxweb:latest"