mirror of https://codeberg.org/gitnex/GitNex.git
[CI] Use enviroment variables again (#511)
[CI] Hopefully fixing upload now. Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/511 Reviewed-by: 6543 <6543@noreply.gitea.io>
This commit is contained in:
parent
f1eb632d9b
commit
6654b6fb48
14
.drone.yml
14
.drone.yml
|
@ -81,15 +81,15 @@ steps:
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: vividboarder/drone-webdav
|
image: vividboarder/drone-webdav
|
||||||
username: GitNexBot
|
|
||||||
file: 'signed.apk'
|
|
||||||
destination: 'https://cloud.swatian.com/remote.php/dav/files/GitNexBot/GitNex-Builds/latest.apk'
|
|
||||||
custom_arguments: '--progress-bar'
|
|
||||||
timeout: 180
|
|
||||||
attempts: 5
|
|
||||||
environment:
|
environment:
|
||||||
PLUGIN_PASSWORD:
|
WEBDAV_USERNAME: GitNexBot
|
||||||
|
WEBDAV_PASSWORD:
|
||||||
from_secret: NC_TOKEN
|
from_secret: NC_TOKEN
|
||||||
|
PLUGIN_FILE: 'signed.apk'
|
||||||
|
PLUGIN_TIMEOUT: 180
|
||||||
|
PLUGIN_ATTEMPTS: 5
|
||||||
|
PLUGIN_DESTINATION: 'https://cloud.swatian.com/remote.php/dav/files/GitNexBot/GitNex-Builds/latest.apk'
|
||||||
|
PLUGIN_CUSTOM_ARGUMENTS: '--progress-bar'
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
|
Loading…
Reference in New Issue