TreeNut-KR / ChatBot

ChatBot 웹사이트 프로젝트
GNU General Public License v3.0
1 stars 0 forks source link
docker fastapi mongodb mysql nginx react springboot

구성도

image

도커 컨테이너 및 이미지 모두 삭제 후 자동 재빌드

1. Linux, Mac OS

source ./rebuild.sh

2. Windows OS

 & ./rebuild.bat

- FastAPI 작업영역

./fastapi/sources

- 프론트 작업영역

./nginx/frontpage-react

- 프론트 빌드파일 경로

./frontpage-react/build

버전 태그 푸시

워크플로가 실행되려면, 버전 태그를 푸시해야 합니다. 예를 들어, v0.0.1이라는 태그를 푸시하여 새 릴리스를 생성할 수 있습니다.

git tag v0.0.1
git push origin v0.0.1

버전 태그 삭제

git tag -d v0.0.1

⚠️사용 주의⚠️

git push origin --delete v0.0.1