diff --git a/.gitea/workflows/deploy-preprod.yml b/.gitea/workflows/deploy-preprod.yml index 88ab65a..a2590d9 100644 --- a/.gitea/workflows/deploy-preprod.yml +++ b/.gitea/workflows/deploy-preprod.yml @@ -13,6 +13,11 @@ jobs: image: nebulaed/php83-node22 steps: + - name: Install network tools + run: | + apt update + apt install -y iproute2 iputils-ping + - name: Check IPv6 connectivity run: | ip -6 route