From 5fd41687319cb33e8767f0bd520c35468b1ff5de Mon Sep 17 00:00:00 2001 From: Sergio Rodriguez Orellana Date: Wed, 22 May 2019 14:52:36 -0600 Subject: [PATCH] Add api key --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 116c202..13cc242 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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