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.
|
* Allows multiple configurations that can contain multiple services.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: 1.0
|
version: "1.0"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: "YOUR_SERVICE"
|
- name: "YOUR_SERVICE"
|
||||||
@@ -1202,7 +1202,7 @@ services:
|
|||||||
### Example `multideploy.yaml` for five various deployments:
|
### Example `multideploy.yaml` for five various deployments:
|
||||||
```yaml
|
```yaml
|
||||||
# check your acme.sh version in wiki!
|
# check your acme.sh version in wiki!
|
||||||
version: 1.0
|
version: "1.0"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: "traefik"
|
- name: "traefik"
|
||||||
|
|||||||
Reference in New Issue
Block a user