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 commands: - drone/deliver.sh android - drone/android-sign.sh - name: Electron image: ubuntu:latest commands: - drone/deliver.sh electron - name: Web image: ubuntu:latest commands: - drone/deliver.sh electron