Match env var style in coop-cloud-apps
continuous-integration/drone/push Build is failing Details

See ac0205920c.
This commit is contained in:
Luke Murphy 2020-10-15 15:38:05 +02:00
parent fde205bdee
commit 687db279d1
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -37,14 +37,14 @@ ping:
certificatesResolvers:
staging:
acme:
email: {{ env "LETSENCRYPT_EMAIL" }}
email: {{ env "LETS_ENCRYPT_EMAIL" }}
storage: /etc/letsencrypt/staging-acme.json
caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"
httpChallenge:
entryPoint: web
production:
acme:
email: {{ env "LETSENCRYPT_EMAIL" }}
email: {{ env "LETS_ENCRYPT_EMAIL" }}
storage: /etc/letsencrypt/production-acme.json
httpChallenge:
entryPoint: web