Skip to content

Commit

Permalink
Merge pull request #244 from boostcampwm-2024/dev-be
Browse files Browse the repository at this point in the history
[BE] dev-be -> release 병합
  • Loading branch information
NewCodes7 authored Nov 21, 2024
2 parents 5189268 + b10c90c commit ebca896
Show file tree
Hide file tree
Showing 78 changed files with 14,051 additions and 11,508 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
working-directory: ./BE
run: npm run test:e2e

# todo: FE ν…ŒμŠ€νŠΈ μ½”λ“œ μ‹€ν–‰
# todo: FE ν…ŒμŠ€νŠΈ μ½”λ“œ μ‹€ν–‰ 2
# - name: FE ν…ŒμŠ€νŠΈ μ½”λ“œ μ‹€ν–‰
# working-directory: ./FE
# run: npm run test
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
npm i
npx pm2 stop backend-server || true
cd /home/ubuntu/nest-server/current/BE
npx pm2 start dist/main.js --name "backend-server"
npx pm2 start dist/src/main.js --name "backend-server"
# todo: # FrontEnd 배포
# # Frontend 배포
Expand Down
Loading

0 comments on commit ebca896

Please sign in to comment.