Skip to content
Snippets Groups Projects
Unverified Commit 2eb0b0d3 authored by Benjamin Bollen's avatar Benjamin Bollen
Browse files

circle: deploy version tagged image from develop

parent 1271a9b1
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,13 @@ deployment:
- docker push quay.io/eris/db
# push the updated documentation
- docs/build.sh
develop:
branch: develop
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io
# build docker image and tag the image with the version
- tests/build_tool.sh
- docker push quay.io/eris/db
master:
branch: master
commands:
......@@ -77,6 +84,3 @@ deployment:
- docker push quay.io/eris/db
# push the updated documentation
- docs/build.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment