updated ci scripts
continuous-integration/drone/push Build is failing Details

drone-setup
Override-6 2 years ago
parent 238acf40fd
commit 432b676524

@ -2,24 +2,35 @@ kind: pipeline
type: docker type: docker
name: Deliver name: Deliver
steps:
- name: Android
image: mingc/android-build-box
environment: environment:
SSH_PRIVATE_KEY: SSH_PRIVATE_KEY:
from_secret: SSH_PRIVATE from_secret: SSH_PRIVATE
SSH_PUBLIC_KEY: SSH_PUBLIC_KEY:
from_secret: SSH_PUBLIC from_secret: SSH_PUBLIC
steps:
- name: Android
image: mingc/android-build-box
commands: commands:
- drone/deliver.sh android - drone/deliver.sh android
- drone/android-sign.sh - drone/android-sign.sh
- name: Electron - name: Electron
image: ubuntu:latest image: ubuntu:latest
environment:
SSH_PRIVATE_KEY:
from_secret: SSH_PRIVATE
SSH_PUBLIC_KEY:
from_secret: SSH_PUBLIC
commands: commands:
- drone/deliver.sh electron - drone/deliver.sh electron
- name: Web - name: Web
image: ubuntu:latest image: ubuntu:latest
environment:
SSH_PRIVATE_KEY:
from_secret: SSH_PRIVATE
SSH_PUBLIC_KEY:
from_secret: SSH_PUBLIC
commands: commands:
- drone/deliver.sh electron - drone/deliver.sh electron