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 b292975 commit 672a701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BE-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
run: |
cd BE
npm install
pm2 start npm -- run start:dev
pm2 start npm -- run start:prod

0 comments on commit 672a701

Please sign in to comment.