Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
3492e6c511
commit
c92362f07a
1 changed files with 8 additions and 2 deletions
10
.drone.yml
10
.drone.yml
|
@ -15,5 +15,11 @@ steps:
|
||||||
- name: publish package
|
- name: publish package
|
||||||
image: ubuntu:20.04
|
image: ubuntu:20.04
|
||||||
commands:
|
commands:
|
||||||
- ls -l ./*
|
- curl --user ${GITEA_USER}:${GITEA_TOKEN} \
|
||||||
|
--upload-file outputs/apk/debug/android-build-debug.apk \
|
||||||
|
https://itsblue.dev/api/packages/bluerock/generic/app/${DRONE_COMMIT_SHA}/bluerock.apk
|
||||||
|
environment:
|
||||||
|
GITEA_USER:
|
||||||
|
from_secret: docker_username
|
||||||
|
GITEA_TOKEN:
|
||||||
|
from_secret: docker_password
|
Loading…
Reference in a new issue