Skip to content

Commit

Permalink
Add api key
Browse files Browse the repository at this point in the history
  • Loading branch information
SrodriguezO committed May 22, 2019
1 parent 269568f commit 5fd4168
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ script:
- ./tools/skylint.sh
#- ./test/run_all_tests.sh ci
- bazel build play-routes:play-routes-docs
- bazel build play-routes-compiler/play-routes-compiler_deploy.jar
- bazel shutdown
# before_deploy:
# - openssl aes-256-cbc -K $encrypted_90964ca3428f_key -iv $encrypted_90964ca3428f_iv -in tools/lemur_rsa.enc -out lemur_rsa -d
Expand All @@ -52,9 +53,9 @@ deploy:
condition: $DOC_VERSION = true && $TRAVIS_OS_NAME = linux
- provider: releases
skip_cleanup: true
api_key: $GITHUB_AUTH
files: '*/target/**/*.jar'
file_glob: true
api_key:
secure: $SECURE_GITHUB_AUTH
file: 'bazel-out/k8-fastbuild/bin/play-routes-compiler/play-routes-compiler_deploy.jar'
on:
branch: master
condition: $TRAVIS_OS_NAME = linux
Expand Down

0 comments on commit 5fd4168

Please sign in to comment.