ci/cd + https + front

This commit is contained in:
arrelin
2025-12-16 11:55:28 +03:00
parent 0115f7674c
commit 05bab6e620
17 changed files with 463 additions and 72 deletions

9
renew-cert.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
echo "### Renewing SSL certificate..."
docker compose -f docker-compose.prod.yml run --rm certbot renew
echo "### Reloading nginx..."
docker compose -f docker-compose.prod.yml exec nginx nginx -s reload
echo "### Done!"