Built on Travis instead of Dockerhub.
This commit is contained in:
committed by
Abhilash Raj
parent
006d9687ea
commit
d5be8baa32
4
.travis/deploy_dockerhub.sh
Normal file
4
.travis/deploy_dockerhub.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
|
||||
docker push maxking/mailman-web
|
||||
docker push maxking/mailman-core
|
||||
Reference in New Issue
Block a user