mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-07 15:12:10 +08:00
Updated multideploy version format (requires double quotes)
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user