From 884a8da449838a03240ab7cab23482080068af1d Mon Sep 17 00:00:00 2001 From: Bill Date: Sun, 10 Sep 2023 19:14:15 -0400 Subject: Add porkbun support --- cron-renew-certs.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cron-renew-certs.sh') diff --git a/cron-renew-certs.sh b/cron-renew-certs.sh index cb63c4b..32768bd 100755 --- a/cron-renew-certs.sh +++ b/cron-renew-certs.sh @@ -3,5 +3,8 @@ set -ex echo "Updating certs - $(date --iso=s)" cd /home/bill/apps/certbot docker-compose -f /home/bill/apps/certbot/docker-compose.yml run certbot +docker-compose -f /home/bill/apps/certbot/docker-compose.yml run porkbun-bot-twime +docker-compose -f /home/bill/apps/certbot/docker-compose.yml run porkbun-bot-bill - +cd /home/bill/apps/public_nginx/ +docker-compose -f docker-compose.yml up -d --force-recreate -- cgit v1.2.3-54-g00ecf