Skip to content

ormcamp-fe-3rd/cicd

Repository files navigation

CI/CD

cd workflow ci workflow

GitHub actions 테스트

  1. repository 클론
git clone [email protected]:ormcamp-fe-3rd/cicd.git
# or
git clone https://github.com/ormcamp-fe-3rd/cicd.git
  1. 패키지 설치 & 새로운 브랜치 생성
npm install
git switch -c [브랜치 이름]
  1. 코드 수정 후 커밋 & 푸시
git commit -m '커밋 메세지'
git push -u origin [브랜치 이름]
  1. PR 생성