Fix crontab entries
This commit is contained in:
parent
7f967d689a
commit
a0acd1fe9b
1 changed files with 2 additions and 2 deletions
|
@ -76,12 +76,12 @@
|
||||||
special_time=daily
|
special_time=daily
|
||||||
name=certbot-renew-gitea
|
name=certbot-renew-gitea
|
||||||
user=root
|
user=root
|
||||||
job="certbot certonly -d {{ domain }} -n --webroot --deploy-hook 'nginx -s reload'"
|
job="certbot certonly --nginx -d {{ domain }} -n --deploy-hook 'nginx -s reload'"
|
||||||
|
|
||||||
- name: renew weblate certificates
|
- name: renew weblate certificates
|
||||||
cron:
|
cron:
|
||||||
special_time=daily
|
special_time=daily
|
||||||
name=certbot-renew-gitea
|
name=certbot-renew-gitea
|
||||||
user=root
|
user=root
|
||||||
job="certbot certonly -d weblate.{{ domain }} -n --webroot --deploy-hook 'nginx -s reload'"
|
job="certbot certonly --nginx -d weblate.{{ domain }} -n --deploy-hook 'nginx -s reload'"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue