This commit is contained in:
parent
8aa8d06fe0
commit
383e1a1ec8
14
.drone.yml
14
.drone.yml
@ -6,7 +6,19 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: mingc/android-build-box
|
image: mingc/android-build-box
|
||||||
commands:
|
commands:
|
||||||
- sh gradlew build bundle
|
- curl -sSL -u "${USERNAME}:${PASSWORD}" -o ${KEYFILE} https://cloud.crystalyx.net/remote.php/dav/files/${USERNAME}/Bordel/${KEYFILE}
|
||||||
|
- sh gradlew build bundle -Pandroid.injected.signing.store.file=${KEYFILE} -Pandroid.injected.signing.store.password=${KEYPASS} -Pandroid.injected.signing.store.key.alias=${KEYALIAS} -Pandroid.injected.signing.store.key.password=${KEYPASS}
|
||||||
|
environment:
|
||||||
|
USERNAME:
|
||||||
|
from_secret: nextcloud_user
|
||||||
|
PASSWORD:
|
||||||
|
from_secret: nextcloud_password
|
||||||
|
KEYFILE:
|
||||||
|
from_secret: android_keyfile
|
||||||
|
KEYALIAS:
|
||||||
|
from_secret: android_keyalias
|
||||||
|
KEYPASS:
|
||||||
|
from_secret: android_keypass
|
||||||
- name: release
|
- name: release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user