Abstract out email as well
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-10-15 15:36:46 +02:00
parent f797493447
commit fde205bdee
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: helo@autonomic.zone
email: {{ env "LETSENCRYPT_EMAIL" }}
storage: /etc/letsencrypt/staging-acme.json
caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"
httpChallenge:
entryPoint: web
production:
acme:
email: helo@autonomic.zone
email: {{ env "LETSENCRYPT_EMAIL" }}
storage: /etc/letsencrypt/production-acme.json
httpChallenge:
entryPoint: web