mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-22 16:55:30 +01:00
This commit is contained in:
parent
4dad1d9609
commit
72d8485620
19
.drone.yml
19
.drone.yml
|
@ -1,19 +0,0 @@
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: musebot
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: docker
|
|
||||||
image: plugins/docker
|
|
||||||
settings:
|
|
||||||
pull_image: true
|
|
||||||
no_cache: true
|
|
||||||
repo: git.bluemedia.dev/bluemedia/musebot
|
|
||||||
tags:
|
|
||||||
- latest
|
|
||||||
purge: true
|
|
||||||
registry: git.bluemedia.dev
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
25
.woodpecker/docker.yaml
Normal file
25
.woodpecker/docker.yaml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
steps:
|
||||||
|
docker:
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
secrets: [docker_username, docker_password]
|
||||||
|
settings:
|
||||||
|
pull_image: true
|
||||||
|
registry: git.bluemedia.dev
|
||||||
|
repo: git.bluemedia.dev/bluemedia/musebot
|
||||||
|
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8
|
||||||
|
tag: latest
|
||||||
|
|
||||||
|
notify:
|
||||||
|
image: deblan/woodpecker-email
|
||||||
|
settings:
|
||||||
|
from.address:
|
||||||
|
from_secret: smtp_notify_email
|
||||||
|
from.name: Woodpecker CI
|
||||||
|
host:
|
||||||
|
from_secret: smtp_notify_host
|
||||||
|
username:
|
||||||
|
from_secret: smtp_notify_email
|
||||||
|
password:
|
||||||
|
from_secret: smtp_notify_password
|
||||||
|
when:
|
||||||
|
- status: [ failure ]
|
Loading…
Reference in a new issue