remove shell prefix in deploy script

This commit is contained in:
Scott Miller 2015-09-24 15:26:27 -04:00
parent 6612368709
commit b60ecba35e

View File

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