fix: healthcheck utilise alpine:3.20 + curl (curlimages sans grep)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
syoul
2026-03-17 18:42:27 +01:00
parent b21cd3dafe
commit 3f4ddcf914

View File

@@ -68,8 +68,9 @@ steps:
# Etape 4 : Healthcheck post-deploiement
- name: healthcheck
image: curlimages/curl:8.11.0
image: alpine:3.20
commands:
- apk add --no-cache --quiet curl
- |
PS_DOMAIN=$(grep '^PS_DOMAIN=' .env.deploy | cut -d= -f2)
if [ -z "${PS_DOMAIN}" ]; then