Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramin committed Apr 4, 2019
1 parent 30412d7 commit 87d668e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ after_success:
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- docker push mgramin/sql-boot

before_deploy:
- export TRAVIS_TAG=v0.2.0
- git tag $TRAVIS_TAG

deploy:
provider: releases
api_key: $GITHUB_TOKEN
Expand Down

0 comments on commit 87d668e

Please sign in to comment.