Skip to content

Commit 8aaeebc

Browse files
authored
Merge pull request #154 from GDGoCINHA/Fix/cicd재생성
Feat: 로그인 테스트 페이지에 cicd 배포 테스트 메시지 추가
2 parents 1ed5a7f + ce02d83 commit 8aaeebc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/test/page.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export default function TestAuthPage() {
4545
return (
4646
<div className='min-h-screen w-full px-6 py-10 text-white'>
4747
<h1 className='text-2xl font-bold mb-6'>로그인 테스트</h1>
48+
<h1 className='text-2xl font-bold mb-6'>cicd 배포 테스트 입니다.</h1>
4849

4950
<section className='mb-6'>
5051
<div className='mb-1'>현재 로그인 상태</div>

0 commit comments

Comments
 (0)