Parallelize drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2021-10-20 22:06:59 +02:00
parent 6c737dc3a1
commit b5ec260665
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -1,4 +1,5 @@
kind: pipeline kind: pipeline
type: docker
name: default name: default
workspace: workspace:
@ -20,6 +21,8 @@ steps:
- name: publish-personal - name: publish-personal
image: plugins/docker image: plugins/docker
depends_on:
- testing
settings: settings:
repo: registry.stuifzandapp.com/microsub-server repo: registry.stuifzandapp.com/microsub-server
registry: registry.stuifzandapp.com registry: registry.stuifzandapp.com
@ -30,6 +33,8 @@ steps:
- name: publish-docker - name: publish-docker
image: plugins/docker image: plugins/docker
depends_on:
- testing
settings: settings:
repo: pstuifzand/ekster repo: pstuifzand/ekster
tags: tags:
@ -41,6 +46,8 @@ steps:
- name: deploy - name: deploy
image: appleboy/drone-ssh image: appleboy/drone-ssh
depends_on:
- publish-personal
settings: settings:
host: microsub.stuifzandapp.com host: microsub.stuifzandapp.com
username: microsub username: microsub