aboutsummaryrefslogtreecommitdiff
path: root/docker/nginx/certbot.bash
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-22 18:11:35 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-23 01:36:11 +0800
commit34704b2090c48d9ab9e7458475fd701a38706ae7 (patch)
tree2aff2885ecfbef32095daf205bf2ebb32a7f2c34 /docker/nginx/certbot.bash
parent594691a66ceb00536e133ece321846f7ba49f881 (diff)
downloadcrupest-34704b2090c48d9ab9e7458475fd701a38706ae7.tar.gz
crupest-34704b2090c48d9ab9e7458475fd701a38706ae7.tar.bz2
crupest-34704b2090c48d9ab9e7458475fd701a38706ae7.zip
feat(services): refactor structure.
Diffstat (limited to 'docker/nginx/certbot.bash')
-rw-r--r--docker/nginx/certbot.bash9
1 files changed, 0 insertions, 9 deletions
diff --git a/docker/nginx/certbot.bash b/docker/nginx/certbot.bash
deleted file mode 100644
index 0b8e3b7..0000000
--- a/docker/nginx/certbot.bash
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/bash
-
-set -e
-
-while true; do
- certbot renew --deploy-hook "nginx -s reload"
- echo "Sleep one day before next certbot renew."
- sleep 1d
-done