Skip to content
Snippets Groups Projects
Commit 0adc46cb authored by Agate's avatar Agate :speech_balloon:
Browse files

Merge branch 'fix-certbot-cron-path' into 'master'

Use full path for certbot-auto in cronjob

See merge request !13
parents a3f233eb 9400d7be
No related branches found
No related tags found
1 merge request!13Use full path for certbot-auto in cronjob
Pipeline #10454 passed
......@@ -40,7 +40,7 @@
cron:
name: funkwhale_letsencrypt_renewal
special_time: weekly
job: certbot-auto -v -n --renew certonly --nginx -m {{ funkwhale_letsencrypt_email }} --agree-tos -d {{ funkwhale_hostname }} {{ funkwhale_letsencrypt_certbot_flags }}
job: /usr/local/bin/certbot-auto -v -n --renew certonly --nginx -m {{ funkwhale_letsencrypt_email }} --agree-tos -d {{ funkwhale_hostname }} {{ funkwhale_letsencrypt_certbot_flags }}
- name: "Create funkwhale proxy file"
when: funkwhale_nginx_managed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment