Skip to content

Commit

Permalink
1.0.0 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf authored Mar 27, 2019
1 parent de3c505 commit 75dd225
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ cache:
- $HOME/docker

deploy:
# Publishing master branch
- provider: script
script: bash ./.travis/docker-deploy.sh digirati/madoc-platform
on:
Expand All @@ -42,6 +43,15 @@ deploy:
script: bash ./.travis/docker-deploy.sh digirati/madoc-platform-db
on:
branch: master
# Publishing tags
- provider: script
script: bash ./.travis/docker-deploy.sh digirati/madoc-platform
on:
tags: true
- provider: script
script: bash ./.travis/docker-deploy.sh digirati/madoc-platform-db
on:
tags: true

if: |
branch = master OR \
Expand Down

0 comments on commit 75dd225

Please sign in to comment.