Update '.drone.yml'
This commit is contained in:
parent
7b67da0f87
commit
62a1fa3d3a
14
.drone.yml
14
.drone.yml
|
@ -9,3 +9,17 @@ steps:
|
|||
- apt-get update
|
||||
- apt-get install -y libasound2-dev
|
||||
- cargo install librespot
|
||||
|
||||
- name: publish
|
||||
image: plugins/gitea-release
|
||||
depends_on:
|
||||
- build-linux-x64
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
settings:
|
||||
base_url: https://git.jacknet.io
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
files:
|
||||
- /usr/local/cargo/bin/librespot
|
Loading…
Reference in New Issue