refacto: switch to new vps and jenkins integration

This commit is contained in:
2026-01-08 16:41:52 +00:00
parent 6db43a1810
commit 9460c0ce83
8 changed files with 161 additions and 97 deletions

20
error.html Executable file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Maintenance</title>
<style>
body { font-family: sans-serif; text-align: center; padding: 50px; background: #f4f4f4; }
.card { background: white; padding: 40px; border-radius: 10px; display: inline-block; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
h1 { color: #333; }
p { color: #666; }
</style>
</head>
<body>
<div class="card">
<h1>🛠️ Maintenance en cours</h1>
<p>Je suis en train de recoller les morceaux.</p>
<p>Revenez dans quelques instants !</p>
</div>
</body>
</html>