From 8b3251ac373b834be9ec43a2ef103c3c0167b505 Mon Sep 17 00:00:00 2001 From: tomo <49612544+tomo2403@users.noreply.github.com> Date: Sun, 28 Dec 2025 11:21:31 +0100 Subject: [PATCH] Updated multideploy compatibility --- deployhooks.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deployhooks.md b/deployhooks.md index 9054ef9..b84f0b9 100644 --- a/deployhooks.md +++ b/deployhooks.md @@ -1175,10 +1175,11 @@ acme.sh --deploy -d example.com --deploy-hook zyxel_gs1900 # specify --insecure Multideploy allows you to deploy your certificates to multiple services, even those that use the same hook. To use this hook, issue a cert and create a new file, `multideploy.yml,` in the certificate directory. This must contain a version and the services to which your certificate will be deployed. All services specified will be used to deploy your certificate! ### Compatibility -| **acme.sh version** | **multideploy version** | **Pull request status** | +| **acme.sh version** | **multideploy version** | **Status** | |---------------------|-------------------------|------------------------ | -| <= 3.1.0 | not supported | ❌ | -| dev | 1.0 | ![GitHub issue/pull request detail](https://img.shields.io/github/pulls/detail/state/acmesh-official/acme.sh/6241?style=flat-square&label=Pending%20changes) | +| <= 3.1.2 | not supported | ❌ | +| > 3.1.2 | 1.0 | ✅ | +| dev | 1.0 | ![GitHub issue/pull request detail](https://img.shields.io/github/pulls/detail/state/acmesh-official/acme.sh/6241?style=flat-square&label=pending%20changes) | `yq` needs to be installed to read the deploy file. A tested version is [yq-go:v4.50](https://github.com/mikefarah/yq)