deploy to dockerHub on tags (#3011)
This commit is contained in:
3
resources/docker-hub.sh
Normal file
3
resources/docker-hub.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
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
|
||||
Reference in New Issue
Block a user