diff --git a/Jenkinsfile b/Jenkinsfile index 865a658..099c42d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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"' } } diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 16116f6..846d1cd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({