

트리거 release 로 옮김
RoundChecker 레포 master branch 와 release branch 사이 차이는 config파일만 다르게 했습니다 확인 부탁드립니다 솔루션팀
master 브랜치는 windows 용으로 config했고 (test 용)
release 브랜치는 linux 용으로 config 했습니다 (release 용)
워크플로우는
- window에서 테스트하며 원래대로 master에 push pull 하면서 테스트
- release 하려면 release 에서 master를 merge 하고 push 하면 pipeline trigger 됩니다
혹시 config 수정이 일어났으면 release merge 받을때 수정이 필요할 수 있습니다
git checkout release git merge master git push

결국 안되는건 pm2 yarn binary path!!
약 1시간 뻘짓뻘짓...
Nodejs sudo npm command not found 해결 방법
npm global 설치 시 주로 발생 한다. centos 기준 /usr/local/lib/node_modules 폴더 접근 권한이 없기 때문에 root 권한을 줘야 한다. sudo npm install -g [package name] root 에서는 node 명령어를 못찾는 경..
https://whitelife.tistory.com/174

드디어 알아냄!!
$ whereis module module-location $ sudo ln -s module-location /usr/bin/module
sudo 가 사용하려면 /usr/bin/ 안에 있어야함
근데 /root/.nvm/version안에 설치되어있어서 안된듯~
그러니까 잘 된다 ㅠ


Join conversation
https://teams.microsoft.com/l/message/19:0fee910809484c83bafb004caa9acde4@thread.skype/1578287835148?tenantId=dc927201-4cff-4d82-9385-b3a10ff05cf1&groupId=bf042947-8aff-4f69-a2f4-02434247e866&parentMessageId=1578287835148&teamName=%EC%86%94%EB%A3%A8%EC%85%98%ED%8C%80&channelName=General&createdTime=1578287835148
최종 사용법

Seonglae Cho