Build by travis.

This commit is contained in:
Like Ma
2019-08-03 02:32:37 +08:00
parent 85aac3efb8
commit 7df26c6572
3 changed files with 29 additions and 18 deletions

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
- docker
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker build -t $DOCKER_USERNAME/gluster-web-interface .
- docker push $DOCKER_USERNAME/gluster-web-interface