replace tab with spaces

This commit is contained in:
Scott Miller 2015-09-24 15:31:11 -04:00
parent b60ecba35e
commit 9eb8a6e6e8
2 changed files with 2 additions and 1 deletions

View File

@ -28,4 +28,4 @@ deploy:
provider: script
script: deploy-docker.sh
on:
branch: master
branch: master

View File

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