diff options
author | Bill <bill@billserver.senders.io> | 2023-09-10 19:14:15 -0400 |
---|---|---|
committer | Bill <bill@billserver.senders.io> | 2023-09-10 19:14:15 -0400 |
commit | 884a8da449838a03240ab7cab23482080068af1d (patch) | |
tree | 7f43194b10abcd35f2a449af0c15612e055f751e /cron-renew-certs.sh | |
parent | 853453c2d494bdfdec746b43ad8e3ac0f50e4b07 (diff) |
Diffstat (limited to 'cron-renew-certs.sh')
-rwxr-xr-x | cron-renew-certs.sh | 5 |
1 files changed, 4 insertions, 1 deletions
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 |