This commit is contained in:
parent
5238404e28
commit
b16576f323
18
.drone.yml
18
.drone.yml
@ -42,6 +42,23 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- "load_secret"
|
- "load_secret"
|
||||||
|
|
||||||
|
- name: push_tags
|
||||||
|
image: kasperhermansen/drone-semantic-release:latest
|
||||||
|
pull: always
|
||||||
|
volumes:
|
||||||
|
- name: ssh
|
||||||
|
path: /root/.ssh/
|
||||||
|
- name: dockersock
|
||||||
|
path: /var/run
|
||||||
|
commands:
|
||||||
|
- semantic-release --no-ci
|
||||||
|
environment:
|
||||||
|
DOCKER_BUILDKIT: 1
|
||||||
|
SSH_KEY:
|
||||||
|
from_secret: gitea_id_ed25519
|
||||||
|
depends_on:
|
||||||
|
- build
|
||||||
|
|
||||||
- name: send telegram notification
|
- name: send telegram notification
|
||||||
image: appleboy/drone-telegram
|
image: appleboy/drone-telegram
|
||||||
settings:
|
settings:
|
||||||
@ -51,6 +68,7 @@ steps:
|
|||||||
format: markdown
|
format: markdown
|
||||||
depends_on:
|
depends_on:
|
||||||
- build
|
- build
|
||||||
|
- push_tags
|
||||||
when:
|
when:
|
||||||
status: [failure, success]
|
status: [failure, success]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user