fix certbot renew not updating prod certs

This commit is contained in:
2020-09-06 22:50:17 -04:00
parent 9351caf5b0
commit 77af2eecd0
4 changed files with 9 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ pipeline {
dir(WORKDIR) {
withDockerRegistry(credentialsId: 'b11d7f1a-81ac-4daf-8842-56afc0d2370e', url: 'http://dkregistry.xai-corp.net:5000') {
sh "pwd"
sh "xai certbot renew"
sh "xai certbot renew -p"
}
}
}