Loading views...
git trigger pipeline 마무리

git trigger pipeline 마무리

Date
Date
2020 Jan 6 0:0
Created by
Created by
Seonglae ChoSeonglae Cho
Created time
Created time
2023 Feb 28 12:39
Last edited by
Last edited by
Seonglae ChoSeonglae Cho
Last edited time
Last edited time
2023 Apr 15 16:50
Refs
Refs
 
notion image
notion image
트리거 release 로 옮김
notion image
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
 
 
notion image
결국 안되는건 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 명령어를 못찾는 경..
Nodejs sudo npm command not found 해결 방법
 
 
 
드디어 알아냄!!
$ whereis module module-location $ sudo ln -s module-location /usr/bin/module
sudo 가 사용하려면 /usr/bin/ 안에 있어야함
근데 /root/.nvm/version안에 설치되어있어서 안된듯~
 
그러니까 잘 된다 ㅠ
 
notion image
 
 
notion image
 
Join conversation
Join conversation
최종 사용법
 
 

Recommendations