riyenas0925 / Sejong_Track_Management

:school: 세종대학교 트랙관리 프로그램
Apache License 2.0
6 stars 2 forks source link

[ENH] CI (Jenkins) + Deploy (Google Cloud Flatform) Setting #233

Closed riyenas0925 closed 4 years ago

riyenas0925 commented 4 years ago

https://futurecreator.github.io/2019/01/19/spring-boot-containerization-and-ci-cd-to-kubernetes-cluster/

riyenas0925 commented 4 years ago

sonarqube 오픈소스

riyenas0925 commented 4 years ago

pid="$(lsof -t -i :8080 -s TCP:LISTEN)"; if [ "$pid" != "" ]; then kill -9 $pid; echo "$pid process kill complete" else echo "pid is empty" fi

riyenas0925 commented 4 years ago

@kimhanui @2kyung19
Google Cloud Platform에 jenkins로 CI/CD 만들어서 이제 자동으로 커밋 올리면 자동으로 배포까지 해줌 ㅇㅇ 아래는 사이트 주소 확인 해보십셔 ^^ http://34.64.91.3

++ 추가 지금 아마 pr(#254) 어프로브 안해서 오류날텐데 pr 어프로브 하고 한 1~2분 기다리면 제대로 배포 될듯 합니다.