This commit is contained in:
parent
4811ccba58
commit
d0625a1af1
1 changed files with 13 additions and 13 deletions
26
.drone.yml
26
.drone.yml
|
@ -14,17 +14,17 @@ steps:
|
||||||
- lb clean --purge
|
- lb clean --purge
|
||||||
- lb config
|
- lb config
|
||||||
- lb build
|
- lb build
|
||||||
- name: Copy to brunhilde
|
|
||||||
image: appleboy/drone-scp
|
|
||||||
settings:
|
|
||||||
host: brunhilde.mgmt.intern.lab.or.it
|
|
||||||
user: root
|
|
||||||
key:
|
|
||||||
from_secret: brunhilde_ssh_key
|
|
||||||
target: /var/lib/vz/template/iso/
|
|
||||||
source:
|
|
||||||
- live-image*.iso
|
|
||||||
when:
|
|
||||||
event: tag
|
|
||||||
|
|
||||||
|
- name: gitea_release
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
api_key:
|
||||||
|
from_secret: lagertonne_droneio_key
|
||||||
|
base_url: https://git.neulandlabor.de/
|
||||||
|
files:
|
||||||
|
- live-image*.iso
|
||||||
|
checksum:
|
||||||
|
- sha512
|
||||||
|
- md5
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
|
Loading…
Reference in a new issue