Skip to content

Commit

Permalink
Merge pull request #53 from falconlee236/dev/change-title
Browse files Browse the repository at this point in the history
[DEV] 페이지 title 변경
  • Loading branch information
falconlee236 authored Nov 7, 2024
2 parents 16378ed + 4636152 commit de0e52b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pipeline {
script {
sshagent(credentials: ['EC2_SSH']) {
sh 'ssh -o StrictHostKeyChecking=no ubuntu@${AWS_PUBLIC_URL} "docker run -p 3030:3030 --name $CONTAINER_NAME -d ${DOCKER_IMAGE}"'
sh 'ssh -o StrictHostKeyChecking=no ubuntu@${AWS_PUBLIC_URL} "docker image prune --force"'
sh 'ssh -o StrictHostKeyChecking=no ubuntu@${AWS_PUBLIC_URL} "docker system prune --force --all --volumes"'
}
}

Expand Down
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const sfpro = localFont({
});

export const metadata: Metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
title: '푸앙이 사진관',
description: '푸앙이 사진관 공식 홈페이지입니다.',
};

export default function RootLayout({
Expand Down

0 comments on commit de0e52b

Please sign in to comment.