Compare commits
No commits in common. "burble.dn42" and "master" have entirely different histories.
burble.dn4
...
master
40
.drone.yml
40
.drone.yml
@ -1,40 +0,0 @@
|
|||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build
|
|
||||||
image: golang
|
|
||||||
environment:
|
|
||||||
CGO_ENABLED: 0
|
|
||||||
commands:
|
|
||||||
- go build
|
|
||||||
|
|
||||||
- name: upload
|
|
||||||
image: plugins/s3
|
|
||||||
settings:
|
|
||||||
bucket: artifacts
|
|
||||||
access_key:
|
|
||||||
from_secret: MINIO_ACCESS_KEY
|
|
||||||
secret_key:
|
|
||||||
from_secret: MINIO_SECRET_KEY
|
|
||||||
endpoint: https://minio.burble.dn42
|
|
||||||
region: uk-lon3
|
|
||||||
path_style: true
|
|
||||||
source: alertmanager-irc-relay
|
|
||||||
target: /alertmanager-irc-relay/${DRONE_BRANCH}
|
|
||||||
|
|
||||||
---
|
|
||||||
kind: secret
|
|
||||||
name: MINIO_ACCESS_KEY
|
|
||||||
get:
|
|
||||||
path: burble.dn42/kv/data/drone/minio
|
|
||||||
name: ACCESS_KEY
|
|
||||||
|
|
||||||
---
|
|
||||||
kind: secret
|
|
||||||
name: MINIO_SECRET_KEY
|
|
||||||
get:
|
|
||||||
path: burble.dn42/kv/data/drone/minio
|
|
||||||
name: SECRET_KEY
|
|
@ -1,7 +1,5 @@
|
|||||||
# Alertmanager IRC Relay
|
# Alertmanager IRC Relay
|
||||||
|
|
||||||
[](https://ci.burble.dn42/mirrors/alertmanager-irc-relay)
|
|
||||||
|
|
||||||
Alertmanager IRC Relay is a bot relaying [Prometheus](https://prometheus.io/) alerts to IRC.
|
Alertmanager IRC Relay is a bot relaying [Prometheus](https://prometheus.io/) alerts to IRC.
|
||||||
Alerts are received from Prometheus using
|
Alerts are received from Prometheus using
|
||||||
[Webhooks](https://prometheus.io/docs/alerting/configuration/#webhook-receiver-<webhook_config>)
|
[Webhooks](https://prometheus.io/docs/alerting/configuration/#webhook-receiver-<webhook_config>)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user