We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0af03 commit e845c1cCopy full SHA for e845c1c
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
DIRECTORY: /opt/jbond
14
ADDR: ${{ secrets.JBOND_SSH_DOMAIN }}
15
PORT: 8080
16
- CRON_CERT_RENEW_JOB: "30 4 * * * /usr/bin/certbot renew --quiet"
+ CRON_CERT_RENEW_JOB: "30 4 * * * certbot renew --quiet"
17
CRON_CERT_RENEW_FILE: ~/certbot.renew.cron
18
PG_HBA: /var/lib/pgsql/data/pg_hba.conf
19
DB_NAME: jbond_db
0 commit comments