Skip to content

Commit

Permalink
workflow: Update the server and client deployment start steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bibekthapa007 committed Sep 22, 2024
1 parent 1116b37 commit 1516d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
- name: Start server
run: |
cd server
pm2 start server.js --name "server" --watch
pm2 restart server
- name: Start app
run: |
cd client
pm2 start npm --name "app" -- start
pm2 restart app

0 comments on commit 1516d93

Please sign in to comment.