Skip to content

Commit

Permalink
Merge pull request #1324 from mira-miracoli/dokku-certs
Browse files Browse the repository at this point in the history
add cron for dokku certs
  • Loading branch information
bgruening authored Sep 26, 2024
2 parents 69fe2ea + bf1406f commit 60ccb73
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 60ccb73

Please sign in to comment.