Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Dorian Zedler 2022-07-29 14:26:45 +02:00
parent 3492e6c511
commit c92362f07a

View file

@ -15,5 +15,11 @@ steps:
- name: publish package
image: ubuntu:20.04
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