update drone yml to use cloudflare for acme challenge [ci skip]
This commit is contained in:
parent
1a9844dc7c
commit
9770faba02
2 changed files with 32 additions and 4 deletions
|
|
@ -90,6 +90,10 @@ steps:
|
|||
TF_VAR_prod: "true"
|
||||
TECHNITIUM_API_KEY:
|
||||
from_secret: TECHNITIUM_API_KEY
|
||||
CLOUDFLARE_TOKEN:
|
||||
from_secret: CLOUDFLARE_TOKEN
|
||||
CLOUDFLARE_ZONE_ID:
|
||||
from_secret: CLOUDFLARE_ZONE_ID
|
||||
commands:
|
||||
- "apk update && apk add git certbot expect curl gzip wget"
|
||||
# Install terraform cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue