Skip to content

Commit

Permalink
Merge pull request #80 from boostcampwm2023/BE-FixCD-#49
Browse files Browse the repository at this point in the history
  • Loading branch information
namewhat99 authored Nov 20, 2023
2 parents 787e3b0 + 672a701 commit f8d0b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BE-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
# node.js 를 설치한다.
- name: run npm
run: |
cd be
cd BE
npm install
pm2 start npm -- run start:dev
pm2 start npm -- run start:prod

0 comments on commit f8d0b3c

Please sign in to comment.