diff --git a/.travis/deploy.sh b/.travis/deploy.sh index 352c6d9..0bf6f87 100644 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -3,7 +3,10 @@ USER=maxking -deploy(URL, TAG, PASSWORD) { +deploy() { + URL=$1 + TAG=$2 + PASSWORD=$3 # Tag the containers correctly. docker tag maxking/mailman-core "$URL/maxking/mailman-core:$TAG" docker tag maxking/mailman-web "$URL/maxking/mailman-web:$TAG"