Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into event-page
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl committed Sep 17, 2024
2 parents 1a7797f + 21da5e8 commit 7d19413
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
builder:
image: floryn90/hugo:0.123.7
image: floryn90/hugo:0.134.2
command: --logLevel info --baseURL="https://iscsc.fr" --buildFuture
environment:
- HUGO_DESTINATION=/build/blog
Expand Down
6 changes: 6 additions & 0 deletions scripts/renewssl.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/bash

cd /opt/blog.iscsc.fr
docker compose run --rm certbot renew
docker compose stop blog
docker compose up -d blog
2 changes: 1 addition & 1 deletion src/themes/poison

0 comments on commit 7d19413

Please sign in to comment.