diff --git a/frontend/lecture/src/assignments/SnuttCloneCoding3/index.tsx b/frontend/lecture/src/assignments/SnuttCloneCoding3/index.tsx index 41db052..1386ff5 100644 --- a/frontend/lecture/src/assignments/SnuttCloneCoding3/index.tsx +++ b/frontend/lecture/src/assignments/SnuttCloneCoding3/index.tsx @@ -33,6 +33,12 @@ export const snuttCloneCoding3Assignment = getAssignmentItem({ 강의계획서, 강의평 버튼, 지도, 빈자리알림, 관심강좌, 편집 제외
  • 정보 보이고, 삭제 가능하면 됩니다.
  • +
  • + +
  • @@ -48,12 +54,21 @@ export const snuttCloneCoding3Assignment = getAssignmentItem({
  • +
  • + +
  • 3. (조원이 3명 이상일 경우) 강의 직접 생성

    diff --git a/frontend/lecture/src/lectures/Infrastructure/index.tsx b/frontend/lecture/src/lectures/Infrastructure/index.tsx index b1fa074..1aa0e4e 100644 --- a/frontend/lecture/src/lectures/Infrastructure/index.tsx +++ b/frontend/lecture/src/lectures/Infrastructure/index.tsx @@ -300,12 +300,12 @@ export const infrastructureLecture = getLectureItem({
    - 배포는 main 수동 혹은 브랜치에 + 배포는 수동클릭 혹은 main 브랜치에 push했을 때 (즉 PR을 머지했을 때){' '} 트리거
    - 배포는 수동으로 + 배포는 수동클릭으로 트리거
    diff --git a/frontend/lecture/src/pages.tsx b/frontend/lecture/src/pages.tsx index e417433..372cff2 100644 --- a/frontend/lecture/src/pages.tsx +++ b/frontend/lecture/src/pages.tsx @@ -122,16 +122,26 @@ export const pages: ( type: 'assignment', due: new Date('2024-11-20 23:59:59'), element: ( -
      +
      • - 예전에 만들었던 프로필 페이지를 AWS S3 + CloudFront로 배포하고 - 태그푸시 기반 배포 자동화 구축 + 예전에 만들었던 프로필 페이지를 AWS S3 + CloudFront로 배포하고 수업때 + 진행했던 대로 배포 자동화 구축 (dev는 머지할 때마다 자동으로 배포되고 + 수동으로도 배포 가능, prod는 수동으로만 가능)
      • dev, prod 환경을 모두 구성해야 한다
      • 최소 1번은 GitHub Action 을 통해 배포되었어야 한다
      • - dev, prod 환경 각각 cloudfront로 배포된 url, 트리거된 배포 GitHub - Action Workflow Run 들 중 하나의 url을 잡담방에 제출 + 아래 url들을 잡담방에 제출 +
          +
        • dev 환경 cloudfront 배포 url
        • +
        • prod 환경 cloudfront 배포 url
        • +
        • + deploy-dev.yml 트리거된 GitHub Action Workflow Run 들 중 하나 +
        • +
        • + deploy-prod.yml 트리거된 GitHub Action Workflow Run 들 중 하나 +
        • +
      • AWS 계정 생성 시 키 유출 등으로 인해 과금되는 것 주의. IAM은 항상 최소