HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
[팀3] 아이육
[팀3] 아이육
/
🏷️
기술 공유
/
🗜️
CI/CD 및 S3
/
정리

정리

  • runner라는 컴퓨터를 한대 빌려준다.
  • 코드나 로직을 runner에서 구동시킨다.
    • deploy시켜주거나
    • deploy가 되면 메신저를 보내주거나
 
name: CI on : [push, pull-request] # 이런 작업이 실행되면 액션 발동 jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 #다른 사람이 만든 액션을 사용할 수있음 - name: Run pwd # 러너 이름 run: pwd # 깃헙 가상 컴퓨터에서 실행되는 명렁어 - name: Run ls -al run: ls -al - name: "context" env: COMMIT_ID: