Skip to content

Commit

Permalink
Fixup deployment routine
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkv committed Sep 22, 2019
1 parent 20a94ad commit 941db36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ script:

deploy:
provider: releases
api_key:
secure: $ENCRYPTED_API_KEY
api_key: "${GITHUB_OAUTH_TOKEN}"
skip_cleanup: true
file_glob: true
file: ./tf-unused-*.tar.gz
on:
tags: true

0 comments on commit 941db36

Please sign in to comment.