Skip to content

Commit

Permalink
adds tagged deploy and develop branch deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
David Neudorfer committed Jan 25, 2017
1 parent 4cb6770 commit a2ee1f7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,11 @@ before_deploy:
- 'rm -rf awscli-bundle/'

deploy:
provider: script
script: scripts/deploy.sh
- provider: script
script: scripts/deploy.sh
on:
tags: true
- provider: script
script: scripts/deploy.sh
on:
branch: develop

0 comments on commit a2ee1f7

Please sign in to comment.