시스템
Gitlab CI react app 배포
iesay
2021. 12. 31. 14:22
출처 : https://merrily-code.tistory.com/123
환경 : AWS LigthSail 8코어 32기가 램
Docker 제외하고 nginx에 바로 다이렉트로 deploy
shell로 등록
gitlab-runner register -n \ --url https://gitlab.com/ \ --registration-token M9토큰값 \ --description gitlab-runner \ --executor shell |