Skip to content

Commit

Permalink
edit to travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
simplesteph committed Mar 8, 2018
1 parent cacab7f commit 2f1b4f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ script:

# Improvement: move logic out of docker_push.sh into .travis.yml
deploy:
provider: script
script: bash docker_push.sh
skip_cleanup: true
# on:
# all_branches: true
- provider: script
script: bash docker_push.sh
skip_cleanup: true
on:
all_branches: true
# tags: true / false => has precendence over the branch condition
# condition: "foo == bar && baz==bat"
# repo: simplesteph/kafka-security-manager
Expand Down

0 comments on commit 2f1b4f7

Please sign in to comment.