반응형 Aws S3 Github Actions Vue1 Github Actions을 이용한 Aws S3에 Vue프로젝트 배포하기 4 Github의 Actions에 Aws S3연동 Vue프로젝트 배포관련 설정을 합니다. 작업순서는 다음과 같습니다. ① Github의 Actions메뉴를 클릭해서 나오는 화면에서 New workflow버튼을 클릭합니다. ② workflow선택화면에서 set up a workflow yourself링크를 클릭합니다. ③ Aws S3연동의 파일명과 코드를 작성후에 Start commit버튼을 클릭해서 yml파일을 등록합니다. name: Build vue S3 on: push: branches: [ master ] #master브런치에 push가 이뤄질때 작동 pull_request: branches: - '**' workflow_dispatch: defaults: run: working-directory: ... GitHub 2022. 3. 12. 이전 1 다음 반응형