mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-21 21:06:03 +03:00
Remove old deprecated Droen workflow
This commit is contained in:
parent
8c65762d6c
commit
d76322de1f
35
.drone.yml
35
.drone.yml
@ -1,35 +0,0 @@
|
|||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
name: 🐳 Docker
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: 📦 Image
|
|
||||||
image: plugins/kaniko
|
|
||||||
settings:
|
|
||||||
repo: r.mills.io/prologic/zs
|
|
||||||
tags: latest
|
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- main
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
name: 🥳 Done
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: 🔔 Notify
|
|
||||||
image: plugins/webhook
|
|
||||||
settings:
|
|
||||||
urls:
|
|
||||||
- https://msgbus.mills.io/ci.mills.io
|
|
||||||
|
|
||||||
depends_on:
|
|
||||||
- 🐳 Docker
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
branch:
|
|
||||||
- main
|
|
||||||
event:
|
|
||||||
- push
|
|
Loading…
Reference in New Issue
Block a user