Share
Sign In

git mono repo, Build setting

여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*
여러개의 프로젝트를 하나의 깃 레포로 관리하는 모노레포의 경우 amplify에서 자동으로 배포하고자 하는 정적 웹 프로젝트 폴더를 찾지 못한다.
하나의 프로젝트에 한개의 레포만을 사용하면 좋겠지만 그렇기 힘든경우 어떻게 build setting하면 좋을지 살펴보자.
만약 frontend폴더에 클라이언트 번들된 파일이 있다면, 현재 위치를 해당 폴더로 변경해야 한다.
version: 1 frontend: phases: preBuild: commands: - nvm install 16 - corepack enable - pwd - cd frontend - yarn install build: commands: - yarn run build artifacts: baseDirectory: /frontend/out files: - '**/*' cache: paths: - node_modules/**/*