Fix for deploy script

This commit is contained in:
Wyatt Johnson
2017-03-30 14:19:42 -06:00
parent 126387becc
commit da4eceafe9
Regular → Executable
+1 -1
View File
@@ -48,7 +48,7 @@ deploy_latest() {
docker build -t coralproject/talk:latest -f Dockerfile .
docker build -t coralproject/talk:latest-onbuild -f Dockerfile.onbuild .
if [ "$1" -eq "deploy" ]
if [ "$1" = "deploy" ]
then
if [[ -n "$DOCKER_EMAIL" && -n "$DOCKER_USER" && -n "$DOCKER_PASS" ]]