Skip to content

Commit

Permalink
add cron for dokku certs
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli committed Sep 26, 2024
1 parent 69fe2ea commit bf1406f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dokku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,15 @@
app: "{{ item }}"
with_items: "{{ apps }}"

- name: Auto Renew Certs
ansible.builtin.cron:
name: Dokku Cert Autorenew
user: ubuntu
job: /usr/bin/dokku letsencrypt:auto-renew
hour: 4
minute: 59
# random values

# - name: Clones
# dokku_clone:
# app: oembed
Expand Down

0 comments on commit bf1406f

Please sign in to comment.