update dependencies and cicd
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
94debbfa30
commit
ad4082a550
11
.drone.yml
11
.drone.yml
@ -3,6 +3,9 @@ kind: pipeline
|
||||
type: docker
|
||||
name: snapshot-publish
|
||||
|
||||
image_pull_secrets:
|
||||
- DOCKER_AUTH
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- develop
|
||||
@ -32,6 +35,9 @@ kind: pipeline
|
||||
type: docker
|
||||
name: release-maven-central
|
||||
|
||||
image_pull_secrets:
|
||||
- DOCKER_AUTH
|
||||
|
||||
trigger:
|
||||
ref:
|
||||
- refs/tags/v.*.*.*
|
||||
@ -68,6 +74,9 @@ kind: pipeline
|
||||
type: docker
|
||||
name: release-struchkov-nexus
|
||||
|
||||
image_pull_secrets:
|
||||
- DOCKER_AUTH
|
||||
|
||||
trigger:
|
||||
ref:
|
||||
- refs/tags/v.*.*.*
|
||||
@ -102,6 +111,6 @@ steps:
|
||||
# drone sign --save Godfather-Bots/telegram-bot-spring-boot-starter
|
||||
---
|
||||
kind: signature
|
||||
hmac: f713949c6ff55744433dcbfcc2c05b7cbe385d64efa05ca5f29dab4eb56f27b2
|
||||
hmac: 93f3708b1af7039d1123b22c8d5451b517042238efc2ff6dac791431c15d55b1
|
||||
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user