33 lines
1.4 KiB
HTML
33 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>onestudy</title>
|
|
<style>
|
|
body{margin:0;font-family:system-ui,"Segoe UI",sans-serif;background:#0f172a;color:#e2e8f0;
|
|
display:flex;min-height:100vh;align-items:center;justify-content:center;text-align:center}
|
|
.card{max-width:640px;padding:48px}
|
|
h1{font-size:2.4rem;margin:0 0 .3em}
|
|
.ok{color:#4ade80;font-weight:600}
|
|
code{background:#1e293b;padding:2px 8px;border-radius:6px;color:#93c5fd}
|
|
p{line-height:1.7;color:#94a3b8}
|
|
.pipe{margin-top:28px;font-size:.9rem;color:#64748b}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="card">
|
|
<h1>onestudy <span class="ok">● live</span></h1>
|
|
<p>이 페이지가 보이면 <b>배포 파이프라인이 정상</b>입니다.<br>
|
|
incaai k3s에서 서비스되고, Let's Encrypt HTTPS가 자동 적용됐습니다.</p>
|
|
<p>실제 콘텐츠로 바꾸려면 노트북에서:</p>
|
|
<p style="text-align:left;display:inline-block">
|
|
<code>git clone https://git.onebiohealth.co.kr/inca/onestudy.git</code><br>
|
|
<code># 파일 교체 후</code><br>
|
|
<code>git add -A && git commit -m update && git push</code>
|
|
</p>
|
|
<div class="pipe">Gitea → k3s(nginx) → Traefik + Let's Encrypt → onestudy.onebiohealth.co.kr</div>
|
|
</div>
|
|
</body>
|
|
</html>
|