fix docker deploy script

This commit is contained in:
Scott Miller 2015-09-24 15:25:13 -04:00
parent 5b615b9c0a
commit 6612368709

View File

@ -1,3 +1,3 @@
/bin/bash -ex
#!/bin/bash -ex
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USER" -p="$DOCKER_PASS"
docker push $DOCKER_USER/ssh-chat:latest