Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Google Developer API
- java
- SDK upgrade
- mongoDB
- MySQL
- Packet Network
- critical rendering path
- Digital Ocean
- screencapture
- rpg server
- OverTheWire
- server
- --watch
- draganddrop
- nodejs
- Camera Zoom
- Git
- css framework
- Spring Boot
- spread 연산자
- express
- linux
- springboot
- unity
- Google Refund
- react
- Unity Editor
- Camera Movement
- docker
- Unity IAP
Archives
- Today
- Total
목록NGINX (1)
우당탕탕 개발일지
[nestJs] digital ocean 에 웹클라이언트 & 서버 배포하기
준비사항 : github token 준비github를 이용하여 배포할 예정이다. 기본적으로 git 에 로그인할때 빔리번호가 아니라 패스키를 사용해야 한다. 깃허브 프로필 > Settings > developer settings > personal access token 을 발급받고 token값을 잘 보관해두자 ubuntu 포트 열기브라우저 > 웹 접속 포트는 80 이고 웹>서버API통신 포트는 3000 으로 잡았다. 통신을 하기 위해서는 ubuntu에서 포트를 열어주어야 한다.sudo ufw allow 3000sudo ufw allow 80sudo ufw reload 서버 ( nestJs ) 배포프로젝트가 ubuntu에 없을 경우 git clone 을 이용해 다운받는다. 그 뒤, 수정사항이 생길 경우 g..
Server
2024. 12. 25. 10:25