Files
kami-parse-server/resources/docker-hub.sh
2016-11-11 10:27:01 -05:00

4 lines
184 B
Bash

docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
docker build -t parseplatform/parse-server:$TRAVIS_TAG .
docker push parseplatform/parse-server:$TRAVIS_TAG