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

This commit is contained in:
tree 2023-06-25 07:48:02 +02:00
rodič bcfd26635c
revize 061c034b88
2 změnil soubory, kde provedl 2 přidání a 1 odebrání

Zobrazit soubor

@ -84,6 +84,7 @@ export default async function build (src = SOURCE_FILE) {
const spec = yaml.load(fs.readFileSync(src))
for (const item of spec.servers) {
console.error(`Fetching info for host: ${item.host}`)
const resp = await fetch(`https://${item.host}/sysinfo`)
const json = await resp.json()

Zobrazit soubor

@ -396,7 +396,7 @@ services:
version_conf:
from:
strategy: html
url: https://app.windmill.dev/api/version
url: https://windmill.gwei.cz/api/version
query: "v([\\d\\.]+)"
to:
strategy: github