From 0ddc1c291900d2d19c0b289c3da864ed639fbf58 Mon Sep 17 00:00:00 2001 From: invario <67800603+invario@users.noreply.github.com> Date: Sat, 20 Dec 2025 18:13:47 -0500 Subject: [PATCH] Updated multideploy version format (requires double quotes) --- deployhooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployhooks.md b/deployhooks.md index 3b7013a..7c09d85 100644 --- a/deployhooks.md +++ b/deployhooks.md @@ -1188,7 +1188,7 @@ Multideploy allows you to deploy your certificates to multiple services, even th * Allows multiple configurations that can contain multiple services. ```yaml -version: 1.0 +version: "1.0" services: - name: "YOUR_SERVICE" @@ -1202,7 +1202,7 @@ services: ### Example `multideploy.yaml` for five various deployments: ```yaml # check your acme.sh version in wiki! -version: 1.0 +version: "1.0" services: - name: "traefik"