This commit is contained in:
parent
6c737dc3a1
commit
b5ec260665
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user