Skip to content

Commit

Permalink
Merge branch 'main' into update
Browse files Browse the repository at this point in the history
  • Loading branch information
yougyung committed Dec 20, 2023
2 parents ff635b4 + 7feba11 commit 4b5d291
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/after-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ sudo /usr/bin/pm2 kill

sudo /usr/bin/npm install

sudo /usr/bin/npm run build:production
npm run build:production

sudo /usr/bin/node ./aws.js

sudo /usr/bin/pm2 start -f ./be/bundle.js
sudo /usr/bin/pm2 start -f ./be/bundle.js
25 changes: 23 additions & 2 deletions src/core/ssr-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,33 @@ const ssrTemplate = (content) => `
<meta name="description" content="명지대학교 졸업사정결과 조회서비스 졸업을 부탁해는
MyiWeb MSI의 성적표만으로 명지대학교 학생들의 졸업을 위해 필요한 미이수 과목 정보 및 잔여학점 조회, 카테고리별 수강학점현황,
강의 커스텀을 통한 졸업사정예측 서비스를 원클릭으로 제공합니다.">
<meta
property="og:image"
content="https://github.com/Myongji-Graduate/MyongjiGraduate-FE/assets/75975946/79eb6efd-9def-4a95-9c75-367a81ea3474"
/>
<meta property="og:title" content="졸업을 부탁해" />
<meta
property="og:description"
content="명지대학교 졸업사정결과 조회서비스 졸업을 부탁해는
MyiWeb MSI의 성적표만으로 명지대학교 학생들의 졸업을 위해 필요한 미이수 과목 정보 및 잔여학점 조회, 카테고리별 수강학점현황,
강의 커스텀을 통한 졸업사정예측 서비스를 원클릭으로 제공합니다."
/>
<meta
property="twitter:image"
content="https://github.com/Myongji-Graduate/MyongjiGraduate-FE/assets/75975946/79eb6efd-9def-4a95-9c75-367a81ea3474"
/>
<meta property="twitter:title" content="졸업을 부탁해" />
<meta
property="twitter:description"
content="명지대학교 졸업사정결과 조회서비스 졸업을 부탁해는
MyiWeb MSI의 성적표만으로 명지대학교 학생들의 졸업을 위해 필요한 미이수 과목 정보 및 잔여학점 조회, 카테고리별 수강학점현황,
강의 커스텀을 통한 졸업사정예측 서비스를 원클릭으로 제공합니다."
/>
<link rel="icon" href="https://github.com/Myongji-Graduate/MyongjiGraduate-BE/assets/75975946/2a7354ae-dffe-4250-8b83-a211a07ff5d2" />
<title>MJU graduate</title>
<link rel="shortcut icon" href="#">
</head>
<body>
<div class="app-container">${content}</div>
<!-- csr을 위한 script 태그 추가 -->
<script defer="defer" src="${BUILD_FILE}"></script>
<!-- / csr을 위한 script 태그 추가 -->
Expand Down

0 comments on commit 4b5d291

Please sign in to comment.