Add lighthouse (eth) service
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
tree 2022-12-19 00:19:01 +01:00
rodič f1d4e7cf39
revize 7216ad5425
1 změnil soubory, kde provedl 16 přidání a 0 odebrání

Zobrazit soubor

@ -307,6 +307,7 @@ services:
strategy: github
- name: Core Lightning (LN)
host: ln.utxo.cz
repo: ElementsProject/lightning
server: palatinus
monitor: 28
@ -355,5 +356,20 @@ services:
Content-Type: 'application/json'
body: '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":67}'
query: $match(result,/^Geth\/v([^-]+)/)[0].groups[0]
to:
strategy: github_tags
- name: Lighthouse (ETH)
repo: sigp/lighthouse
host: eth-cl.gwei.cz
server: hex
monitor: 44
version_conf:
from:
auth:
type: basic
env: GWEICZ_IPFS_AUTH
url: https://eth-cl.gwei.cz
query: $match(data.version,/^Lighthouse\/v([^-]+)/)[0].groups[0]
to:
strategy: github_tags