update deployment script

This commit is contained in:
brentru
2019-10-31 11:13:56 -04:00
parent 999710e92d
commit 1c9a07eff4

View File

@@ -34,11 +34,14 @@ install:
script: script:
- cd $PROJECT_PATH - cd $PROJECT_PATH
- make firmware - make firmware
- ls -la
deploy: deploy:
provider: releases - provider: releases
api_key: "GITHUB OAUTH TOKEN" api_key: "$GITHUB_TOKEN"
file: "FILE TO UPLOAD" file_glob: true
file: "nina-fw.bin"
skip_cleanup: true skip_cleanup: true
overwrite: true
on: on:
tags: true tags: true