Skip to content

Commit

Permalink
update travis deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingvord committed May 15, 2019
1 parent ca77aa1 commit 7701e9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -41,6 +41,9 @@ before_deploy:
deploy: deploy:
- provider: script - provider: script
script: docker push "${DOCKER_IMAGE_NAME}:${TRAVIS_BRANCH}" script: docker push "${DOCKER_IMAGE_NAME}:${TRAVIS_BRANCH}"
on:
tags: true
all_branches: true
- provider: releases - provider: releases
api_key: $GITHUB_OAUTH_TOKEN api_key: $GITHUB_OAUTH_TOKEN
file: file:
Expand Down

0 comments on commit 7701e9b

Please sign in to comment.