Skip to content

Commit

Permalink
[BE] Fix : CD yml 명령수정
Browse files Browse the repository at this point in the history
  • Loading branch information
koomin1227 authored Nov 20, 2023
1 parent 787e3b0 commit b292975
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:dev

0 comments on commit b292975

Please sign in to comment.