Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 01fb6b1

Browse files
push develop branch as edge tag to docker hub
1 parent b379f53 commit 01fb6b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ after_success:
3030
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD";
3131
docker push humanconnection/api-feathers:alpha;
3232
fi
33+
- if [ $TRAVIS_BRANCH == "develop" ] && [ $TRAVIS_EVENT_TYPE == "push" ]; then
34+
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD";
35+
docker push humanconnection/api-feathers:edge;
36+
fi

0 commit comments

Comments
 (0)