From edff6da03b21d2f973fa6afc21511ab3755f5673 Mon Sep 17 00:00:00 2001 From: Sangwook Park <41150708+sw0501@users.noreply.github.com> Date: Thu, 7 Dec 2023 16:58:47 +0900 Subject: [PATCH] Feature/backend (#205) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Modify: CI/CD 수정 * Feat: navigation API 개발 완료 * Modify: navigation API 수정 * Fix: navigation API 예외처리 * Feat: CORS http 포트 추가 * Modify: CORS 옵션 수정 * Modify: CORS 옵션 수정 * Feat: https 서버 업데이트 * HTTPS 적용 * Feat: COSR 옵션 https 추가 * Feat: 없는 지하철역 예외처리 * Feat: 없는 지하철역 예외처리 * Modify: 예외처리 진행 * Modify: https 서버 수정 * Feat: 길찾기 기능 가중치 추가 * Feat: 길찾기 필요 정보 추가, 인터페이스 수정 * Feat: CI/CD 수정 --- .github/workflows/main.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b01bad..bb5826f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: git pull origin main cd ${{ secrets.PWD }}/BackendJS/BackendTS npm install - pm2 restart Traffic + pm2 reload Traffic --time - if: github.event.pull_request.merged == true && github.head_ref == 'Frontend' uses: appleboy/ssh-action@master with: @@ -34,9 +34,5 @@ jobs: cd ${{ secrets.PWD }} git pull origin main cd ${{ secrets.PWD }}/Backend/Frontend/creative - pm2 stop Traffic npm install - npm run build - cd ${{ secrets.PWD }}/BackendJS/BackendTS - npm install - pm2 restart Traffic \ No newline at end of file + npm run build \ No newline at end of file