update deployment script
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user