From 1c9a07eff43d484b8a17415271f32ff3eddb2a0d Mon Sep 17 00:00:00 2001 From: brentru Date: Thu, 31 Oct 2019 11:13:56 -0400 Subject: [PATCH] update deployment script --- .travis.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index f40d112..98172d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,11 +34,14 @@ install: script: - cd $PROJECT_PATH - make firmware + - ls -la deploy: - provider: releases - api_key: "GITHUB OAUTH TOKEN" - file: "FILE TO UPLOAD" - skip_cleanup: true - on: - tags: true \ No newline at end of file + - provider: releases + api_key: "$GITHUB_TOKEN" + file_glob: true + file: "nina-fw.bin" + skip_cleanup: true + overwrite: true + on: + tags: true \ No newline at end of file