Add CI and related fixes #1
1 changed files with 10 additions and 0 deletions
10
.drone.yml
10
.drone.yml
|
|
@ -10,6 +10,16 @@ steps:
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
repo: docker.gutierrezdequevedo.com/ps/model-viewer
|
repo: docker.gutierrezdequevedo.com/ps/model-viewer
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: notification
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- default
|
||||||
|
|
||||||
|
steps:
|
||||||
- name: notify matrix
|
- name: notify matrix
|
||||||
image: spotlightkid/drone-matrixchat-notify
|
image: spotlightkid/drone-matrixchat-notify
|
||||||
settings:
|
settings:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue