Update
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
tree 2022-10-21 15:14:35 +02:00
rodič 0a2a446c01
revize 2b85a98b0e
2 změnil soubory, kde provedl 42 přidání a 0 odebrání

Zobrazit soubor

@ -17,6 +17,11 @@ function defaultOptions(conf) {
Authorization: `Basic ${Buffer.from(process.env[conf.auth.env]).toString('base64')}`
}
}
if (conf.auth && conf.auth.type === 'token') {
opts.headers = {
Authorization: `Token ${process.env[conf.auth.env]}`
}
}
return opts
}

Zobrazit soubor

@ -210,3 +210,40 @@ services:
to:
strategy: github
- name: Pretalx
host: pretalx.utxo.cz
server: frontier
repo: pretalx/pretalx
monitor: 12
version_conf:
from:
strategy: html
url: https://pretalx.utxo.cz/
to:
strategy: github
- name: Pretix
host: pretix.utxo.cz
server: frontier
repo: pretix/pretix
monitor: 11
version_conf:
from:
url: https://pretix.utxo.cz/api/v1/version
auth:
type: token
env: GWEICZ_PRETIX_TOKEN
query: pretix
to:
strategy: github
- name: Plausible
host: analytics.gwei.cz
repo: plausible/analytics
monitor: 7
version_conf:
from:
strategy: html
url: http://analytics.gwei.cz/
to:
strategy: github