From 432b6765247c5a304cd8d3c96a49696170ba9ce7 Mon Sep 17 00:00:00 2001 From: Override-6 Date: Sun, 4 Dec 2022 18:25:53 +0100 Subject: [PATCH] updated ci scripts --- drone/.drone.yml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/drone/.drone.yml b/drone/.drone.yml index e1ddf2e..fc92a84 100644 --- a/drone/.drone.yml +++ b/drone/.drone.yml @@ -2,24 +2,35 @@ kind: pipeline type: docker name: Deliver -environment: - SSH_PRIVATE_KEY: - from_secret: SSH_PRIVATE - SSH_PUBLIC_KEY: - from_secret: SSH_PUBLIC + steps: - name: Android image: mingc/android-build-box + environment: + SSH_PRIVATE_KEY: + from_secret: SSH_PRIVATE + SSH_PUBLIC_KEY: + from_secret: SSH_PUBLIC commands: - drone/deliver.sh android - drone/android-sign.sh - name: Electron image: ubuntu:latest + environment: + SSH_PRIVATE_KEY: + from_secret: SSH_PRIVATE + SSH_PUBLIC_KEY: + from_secret: SSH_PUBLIC commands: - drone/deliver.sh electron - name: Web image: ubuntu:latest + environment: + SSH_PRIVATE_KEY: + from_secret: SSH_PRIVATE + SSH_PUBLIC_KEY: + from_secret: SSH_PUBLIC commands: - drone/deliver.sh electron