Skip to content

Commit

Permalink
Merge pull request #104 from min050410/develop
Browse files Browse the repository at this point in the history
docs: On-Premise Window 서버로 마이그레이션 블로그 추가
  • Loading branch information
min050410 authored Jul 11, 2023
2 parents 3195bee + d50ea60 commit 913a222
Show file tree
Hide file tree
Showing 4 changed files with 647 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/layout/recent/recentPostsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,18 @@ const recentPostsData: recentPostsDataType = [
tag3: "",
filter: "java",
},
{
id: 28,
title: "EC2 서버에서 온프레미스 Window 서버로 마이그레이션을 진행한 과정",
filename: "Migration-ec2-to-window",
date: "2023-07-08",
imgLineOne: "",
imgLineTwo: "Migration",
tag: "migration",
tag2: "nginx",
tag3: "spring",
filter: "server",
},
];

export default recentPostsData;
Loading

0 comments on commit 913a222

Please sign in to comment.