mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-09 09:31:13 +00:00
deploy nightlies
This commit is contained in:
parent
7127baaa13
commit
d63a6c3442
44
.drone.yml
44
.drone.yml
|
@ -1,6 +1,6 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: exec
|
type: exec
|
||||||
name: Continuous Integration
|
name: Nightly
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
|
@ -23,7 +23,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ./ci.py --ci-build-apk
|
- ./ci.py --ci-build-apk
|
||||||
|
|
||||||
- name: Sign and Deploy Nightly Android Release Artifact (.APK) for F-Droid Repository
|
- name: Sign and Commit Nightly Android Release Artifact (.APK) for F-Droid Repository
|
||||||
commands:
|
commands:
|
||||||
- ./ci.py --sign-apk-fdroid-nightly
|
- ./ci.py --sign-apk-fdroid-nightly
|
||||||
environment:
|
environment:
|
||||||
|
@ -34,10 +34,18 @@ steps:
|
||||||
GOOGLE_KEYSTORE_PASS:
|
GOOGLE_KEYSTORE_PASS:
|
||||||
from_secret: GOOGLE_KEYSTORE_PASS
|
from_secret: GOOGLE_KEYSTORE_PASS
|
||||||
|
|
||||||
|
- name: Deploy F-Droid Repo
|
||||||
|
commands:
|
||||||
|
- ./ci.py --deploy-fdroid-repo
|
||||||
|
environment:
|
||||||
|
SSH_PRIVATE_KEY:
|
||||||
|
from_secret: SSH_PRIVATE_KEY
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
branch:
|
||||||
|
- master
|
||||||
|
|
||||||
node:
|
node:
|
||||||
server: builder
|
server: builder
|
||||||
|
@ -100,7 +108,7 @@ steps:
|
||||||
GOOGLE_KEYSTORE_PASS:
|
GOOGLE_KEYSTORE_PASS:
|
||||||
from_secret: GOOGLE_KEYSTORE_PASS
|
from_secret: GOOGLE_KEYSTORE_PASS
|
||||||
|
|
||||||
- name: Sign and Deploy Android Release Artifact (.APK) for F-Droid Repository
|
- name: Sign and Commit Android Release Artifact (.APK) for F-Droid Repository
|
||||||
commands:
|
commands:
|
||||||
- ./ci.py --sign-apk-fdroid
|
- ./ci.py --sign-apk-fdroid
|
||||||
environment:
|
environment:
|
||||||
|
@ -183,17 +191,17 @@ node:
|
||||||
depends_on:
|
depends_on:
|
||||||
- Release
|
- Release
|
||||||
|
|
||||||
---
|
#---
|
||||||
|
#
|
||||||
kind: pipeline
|
#kind: pipeline
|
||||||
type: exec
|
#type: exec
|
||||||
name: Windows
|
#name: Windows
|
||||||
|
#
|
||||||
platform:
|
#platform:
|
||||||
os: windows
|
# os: windows
|
||||||
arch: amd64
|
# arch: amd64
|
||||||
|
#
|
||||||
steps:
|
#steps:
|
||||||
- name: Build Windows Binary
|
# - name: Build Windows Binary
|
||||||
commands:
|
# commands:
|
||||||
- flutter build windows
|
# - flutter build windows
|
||||||
|
|
Loading…
Reference in a new issue