Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhesh-mahajan committed Nov 23, 2023
1 parent 69bc278 commit 4d217a8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/DeployPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,21 @@ jobs:
cd ../
cd ./slash/apps/landing
pm2 start yarn --name slash_landing -- start
pm2 stop slash_landing
pm2 start yarn --name slash_landing -- start
pm2 start npm --name "slash_landing" -- start
cd ../admin
pm2 stop slash_admin
pm2 start yarn --name slash_admin -- start
pm2 start npm --name "slash_admin" -- start
cd ../web
pm2 stop slash_web
pm2 start yarn --name slash_web -- start
pm2 start npm --name "slash_web" -- start
cd ../backend
pm2 stop slash_backend
pm2 start yarn --name slash_backend -- start
pm2 start npm --name "slash_backend" -- start
cd ../code_executor
pm2 stop slash_code_executor
pm2 start yarn --name slash_code_executor -- start
pm2 start npm --name "slash_code_executor" -- start

0 comments on commit 4d217a8

Please sign in to comment.